From b6cb3d389c987dd60d4234a8004a2d68d89a120f Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 21 Mar 2020 14:09:18 -0700 Subject: [PATCH] Go back to sans-serif `I` in site logo The serifed I character looks bad with certain fonts, go back to sans-serif. type: documentation --- www/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.css b/www/index.css index 8f8d4dc..6a86634 100644 --- a/www/index.css +++ b/www/index.css @@ -58,7 +58,7 @@ a:hover { } /* intermodal is an isogram */ -#i:after { content: '𝙸'; } +#i:after { content: 'I'; } #i:hover:after { content: '私'; } #n:after { content: 'N'; } #n:hover:after { content: '∅'; }