|
@@ -1,3 +1,41 @@
|
|
|
@import 'tailwindcss/base';
|
|
|
@import 'tailwindcss/components';
|
|
|
-@import 'tailwindcss/utilities';
|
|
|
+@import 'tailwindcss/utilities';
|
|
|
+
|
|
|
+@layer base{
|
|
|
+ @font-face {
|
|
|
+ font-family: "Authentic_Sans_90";
|
|
|
+ src: url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.woff") format("woff"),
|
|
|
+ url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.woff2") format("woff2"),
|
|
|
+ url("/assets/fonts/authentic-sans-90/AUTHENTICSans-90.otf") format("otf");
|
|
|
+ font-weight: 90;
|
|
|
+ font-style: normal;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ @font-face {
|
|
|
+ font-family: "Authentic_Sans_60";
|
|
|
+ src: url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff") format("woff"),
|
|
|
+ url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.woff2") format("woff2"),
|
|
|
+ url("/assets/fonts/authentic-sans-90/AUTHENTICSans-60.otf") format("otf");
|
|
|
+ font-style: normal;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ @font-face {
|
|
|
+ font-family: 'Libre_Caslon';
|
|
|
+ src: url("/assets/fonts/libre-caslon/LibreCaslonText-Regular.woff") format("woff"),
|
|
|
+ url("/assets/fonts/libre-caslon/librecaslontext-regular.otf") format("otf");
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+
|
|
|
+ @font-face {
|
|
|
+ font-family: 'Libre_Caslon';
|
|
|
+ src: url("/assets/fonts/libre-caslon/LibreCaslonText-Italic.woff") format("woff"),
|
|
|
+ url("/assets/fonts/libre-caslon/librecaslontext-italic.otf") format("otf");
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: italic;
|
|
|
+ }
|
|
|
+
|
|
|
+}
|