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:
parent
4fc0f508e6
commit
ef1acd58c1
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
/target
|
/target
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
/www/book
|
/www/book
|
||||||
|
/wiki
|
||||||
|
|
|
@ -58,7 +58,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* intermodal is an isogram */
|
/* intermodal is an isogram */
|
||||||
#i:after { content: 'I'; }
|
#i:after { content: '𝙸'; }
|
||||||
#i:hover:after { content: '私'; }
|
#i:hover:after { content: '私'; }
|
||||||
#n:after { content: 'N'; }
|
#n:after { content: 'N'; }
|
||||||
#n:hover:after { content: '∅'; }
|
#n:hover:after { content: '∅'; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user