mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 19:32:00 +00:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
html {
|
|
font-size: @html-font-size;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
font-family: @fonts;
|
|
// font-smoothing: antialiased;
|
|
// -webkit-font-smoothing: antialiased; /* Chrome, Safari */
|
|
// -moz-osx-font-smoothing: grayscale; /* Firefox */
|
|
}
|