al-quran.reflectslight.io/src/css/_fonts.scss

18 lines
409 B
SCSS
Raw Normal View History

2022-10-31 19:31:06 +01:00
@font-face {
font-family: "Vazirmatn Regular";
src: url('/fonts/vazirmatn-regular.ttf') format('truetype');
2022-10-31 19:31:06 +01:00
font-display: block;
}
@font-face {
font-family: "Kanit Regular";
src: url('/fonts/kanit-regular.ttf') format('truetype');
2022-10-31 19:31:06 +01:00
font-display: block;
}
@font-face {
font-family: "Roboto Mono Regular";
src: url('/fonts/roboto-mono-regular.ttf') format('truetype');
2022-10-31 19:31:06 +01:00
font-display: block;
}