More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
#mw-header citizen-header { header-size: 5rem; } | #mw-header citizen-header { header-size: 5rem; } | ||
@font-face { | |||
font-family: 'GochiHand'; | |||
src: local("Gochi Hand"), | |||
url(https://xyz.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2); | |||
} | |||
Revision as of 22:15, 10 September 2024
/* All CSS here will be loaded for users of the Citizen skin */
#content { background-color: #383838; }
#mw-header citizen-header { header-size: 5rem; }
@font-face {
font-family: 'GochiHand';
src: local("Gochi Hand"),
url(https://xyz.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2);
}