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:
/* CSS placed here will be applied to all skins */
@font-face {
@font-face {
   font-family: 'stargatesg1addressglyphs';
   font-family: StargateSG1;
   src: url('/w/fonts/stargatesg1addressglyphs.woff2') format('woff2'),
   src: url(/resources/fonts/stargate_sg1.ttf);
      url('/w/fonts/stargatesg1addressglyphs.ttf') format('truetype');
}
   font-display: swap;
 
.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;
}