-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathamiri.css
35 lines (35 loc) · 868 Bytes
/
amiri.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* Amiri https://github.com/alif-type/amiri
Note that Amiri has a bug with punctuation: https://github.com/alif-type/amiri/issues/131; */
@font-face {
font-family: "Amiri";
src: url(../fonts/amiri-bold.ttf);
font-weight: 700;
}
@font-face {
font-family: "Amiri";
src: url(../fonts/amiri-boldslanted.ttf);
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Amiri";
src: url(../fonts/amiri-slanted.ttf);
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Amiri";
src: url(../fonts/amiri-regular.ttf);
font-weight: 400;
}
@font-face {
font-family: "Amiri Quran";
src: url(../fonts/amiri-quran.ttf);
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Amiri Quran Colored";
src: url(../fonts/amiri-quran-colored.ttf);
font-weight: 400;
}