mirror of
https://github.com/documize/community.git
synced 2025-07-25 16:19:46 +02:00
Use font antiasliasing
Set as default site-wide.
This commit is contained in:
parent
d1bc4a5b4c
commit
9f35cbb64a
1 changed files with 7 additions and 0 deletions
|
@ -40,3 +40,10 @@
|
||||||
.bold-700 { font-weight: 700; }
|
.bold-700 { font-weight: 700; }
|
||||||
.bold-800 { font-weight: 800; }
|
.bold-800 { font-weight: 800; }
|
||||||
.bold-900 { font-weight: 900; }
|
.bold-900 { font-weight: 900; }
|
||||||
|
|
||||||
|
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
|
||||||
|
body {
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue