fixing fonts
This commit is contained in:
parent
194f4c6b32
commit
a464540a9c
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue