feat: Font smoothing (#395)
This commit is contained in:
parent
7a1ecea324
commit
b1b8ea58f9
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
body {
|
body {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #125bdb;
|
background-color: #125bdb;
|
||||||
font-family: Verdana, Arial, sans-serif;
|
font-smoothing: antialiased;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
font-family: Verdana, Geneva, sans-serif;
|
||||||
|
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
|
Loading…
Reference in a new issue