10 lines
312 B
SCSS
10 lines
312 B
SCSS
@font-face {
|
|
font-family: Takrim;
|
|
src: url("../fonts/Takrim.ttf");
|
|
src: url("../fonts/Takrim.ttf?#iefix") format("embedded-opentype"),
|
|
url("../fonts/Takrim.ttf") format("woff2"),
|
|
url("../fonts/Takrim.ttf") format("woff"),
|
|
url("../fonts/Takrim.ttf") format("truetype");
|
|
font-weight: normal;
|
|
}
|