mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
Revert "feat(core): ✨ do not synthesize font styles through browser"
It is not ready for current usage yet, see #591
This commit is contained in:
parent
33e37f5857
commit
65aff44e1c
|
@ -5,13 +5,14 @@ html {
|
|||
html,
|
||||
body {
|
||||
font-family: var( --font-family-base );
|
||||
font-weight: var( --font-weight-normal );
|
||||
/*
|
||||
* TODO: Revisit this when italic VF is better supported
|
||||
* Don't let browser faux font styles and weight
|
||||
* 1. We are already using VF
|
||||
* 2. Not all font styles apply to some languages (e.g. Italic is different in ZH)
|
||||
*/
|
||||
font-synthesis: none;
|
||||
font-weight: var( --font-weight-normal );
|
||||
// font-synthesis: none;
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
Loading…
Reference in a new issue