first commit
This commit is contained in:
15
app/globals.css
Normal file
15
app/globals.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@font-face {
|
||||
font-family: "Lahze";
|
||||
src: url("/fonts/lahze.woff2") format("woff2"),
|
||||
url("/fonts/lahze.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
* {
|
||||
direction: rtl;
|
||||
font-family: "Lahze", sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user