init
This commit is contained in:
23
styles/globals.css
Normal file
23
styles/globals.css
Normal file
@@ -0,0 +1,23 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
/* normal */
|
||||
@font-face {
|
||||
font-family: "Adelle Sans";
|
||||
src: url("/fonts/AdelleSans-Regular.woff2") format("woff2");
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
/* semibold */
|
||||
@font-face {
|
||||
font-family: "Adelle Sans";
|
||||
src: url("/fonts/AdelleSans-Semibold.woff2") format("woff2");
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user