mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 19:14:55 -06:00
Ensure font-inter works, googlefont import directive
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@tailwind base;
|
@tailwind base;
|
||||||
|
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
||||||
|
|
||||||
.noise::after {
|
.noise::after {
|
||||||
background-image: url("/noise.png");
|
background-image: url("/noise.png");
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export default {
|
|||||||
extend: {
|
extend: {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
bebas: ["Bebas Neue", "sans-serif"],
|
bebas: ["Bebas Neue", "sans-serif"],
|
||||||
sans: ["Inter", "sans-serif"],
|
inter: ["Inter", "sans-serif"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user