Use serifed I for intermodal on site

A sans-serifed `I` makes the logo look unbalanced, so try a serifed I.

type: documentation
This commit is contained in:
Casey Rodarmor 2020-03-21 13:35:31 -07:00
parent 4fc0f508e6
commit ef1acd58c1
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/target
**/*.rs.bk
/www/book
/wiki

View File

@ -58,7 +58,7 @@ a:hover {
}
/* intermodal is an isogram */
#i:after { content: 'I'; }
#i:after { content: '𝙸'; }
#i:hover:after { content: '私'; }
#n:after { content: 'N'; }
#n:hover:after { content: '∅'; }