MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: @font-face { font-family: 'GochiHand'; src: local("Gochi Hand"), url(https://xyz.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2); }") |
No edit summary |
||
| Line 2: | Line 2: | ||
@font-face { | @font-face { | ||
font-family: 'GochiHand'; | font-family: 'GochiHand';Important; | ||
src: local("Gochi Hand"), | src: local("Gochi Hand"), | ||
url(https://xyz.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2); | url(https://xyz.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2); | ||
} | } | ||
Latest revision as of 22:33, 12 May 2023
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'GochiHand';Important;
src: local("Gochi Hand"),
url(https://xyz.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2);
}