MediaWiki:Common.css: Difference between revisions

From Seasonal Tokens
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 difference)

Revision as of 23:32, 12 May 2023

/* 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);
}