16 lines
289 B
CSS
16 lines
289 B
CSS
@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;
|
|
}
|