1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-18 19:51:39 +02:00

fixing fonts

This commit is contained in:
Jordan Scales
2020-04-21 08:37:44 -04:00
parent 194f4c6b32
commit a464540a9c

View File

@@ -45,9 +45,9 @@
} }
* { * {
/* Hmmmm... how can I make these a webfont */ font-family: Arial;
font-family: "MS Sans Serif", Arial; font-size: 12px;
font-size: 11px; letter-spacing: -0.03ch;
-webkit-font-smoothing: none; -webkit-font-smoothing: none;
color: #222222; color: #222222;
} }