Browse Source

refactor: remove google font

lairaalmas 7 months ago
parent
commit
1816f347e4
2 changed files with 1 additions and 3 deletions
  1. 1 1
      js/globals/globals_tokens.js
  2. 0 2
      style/IFractions.css

+ 1 - 1
js/globals/globals_tokens.js

@@ -45,7 +45,7 @@ const font = {
   },
   families: {
     default: 'Arial, sans-serif',
-    btn: "'Bangers', serif",
+    btn: 'Arial, sans-serif',
     fraction: 'monospace',
   },
 };

+ 0 - 2
style/IFractions.css

@@ -1,6 +1,4 @@
 
-@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
-
 .ifr-canvas {
     width: 100%;
 }