User:Noggisoggi/vector.css: Difference between revisions

From RetroMC
Jump to navigation Jump to search
(Attempting some CSS nonsense)
 
m (Added Minecraft font from old J-Stats repo)
Line 1: Line 1:
@font-face {
@font-face {
   font-family: 'Ubuntu';
   font-family: 'Minecraft-Regular';
   src: local("Ubuntu");
   src: url("https://github.com/retromcorg/J-Stats/raw/main/assets/fonts/Minecraft-Regular.otf");
}
}

Revision as of 09:16, 19 June 2024

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