User:Noggisoggi/vector.css: Difference between revisions

From RetroMC
Jump to navigation Jump to search
m (Added Minecraft font from old J-Stats repo)
m (Removed '-Regular' from 'Minecraft-Regular' (I should try this somewhere else))
Line 1: Line 1:
@font-face {
@font-face {
   font-family: 'Minecraft-Regular';
   font-family: 'Minecraft';
   src: url("https://github.com/retromcorg/J-Stats/raw/main/assets/fonts/Minecraft-Regular.otf");
   src: url("https://github.com/retromcorg/J-Stats/raw/main/assets/fonts/Minecraft-Regular.otf");
}
}

Revision as of 09:20, 19 June 2024

@font-face {
  font-family: 'Minecraft';
  src: url("https://github.com/retromcorg/J-Stats/raw/main/assets/fonts/Minecraft-Regular.otf");
}