From ef1acd58c105b2c2e16cf394695f8699b28ec46f Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 21 Mar 2020 13:35:31 -0700 Subject: [PATCH] Use serifed `I` for intermodal on site A sans-serifed `I` makes the logo look unbalanced, so try a serifed I. type: documentation --- .gitignore | 1 + www/index.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 62550d9..1af1e63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target **/*.rs.bk /www/book +/wiki diff --git a/www/index.css b/www/index.css index 6a86634..8f8d4dc 100644 --- a/www/index.css +++ b/www/index.css @@ -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: '∅'; }