MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: @font-face { font-family: 'stargatesg1addressglyphs'; src: url('/w/fonts/stargatesg1addressglyphs.woff2') format('woff2'), url('/w/fonts/stargatesg1addressglyphs.ttf') format('truetype'); font-display: swap; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
@font-face { | @font-face { | ||
font-family: | font-family: StargateSG1; | ||
src: url( | src: url(/resources/fonts/stargate_sg1.ttf); | ||
} | |||
.stargate-font { | |||
font-family: StargateSG1, system-ui, sans-serif; | |||
letter-spacing: 0.15em; | |||
} | } | ||
Latest revision as of 03:24, 29 December 2025
@font-face {
font-family: StargateSG1;
src: url(/resources/fonts/stargate_sg1.ttf);
}
.stargate-font {
font-family: StargateSG1, system-ui, sans-serif;
letter-spacing: 0.15em;
}