blob: f0cc680b92eaeced5653b5219e09126cffc31b52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
@font-face {
font-family: "nunito-light";
src: url("../fonts/nunito/Nunito-Light.ttf");
}
@font-face {
font-family: "nunito-semibold";
src: url("../fonts/nunito/Nunito-SemiBold.ttf");
}
@font-face {
font-family: "roboto-light";
src: url("../fonts/roboto/Roboto-Light.ttf");
}
@font-face {
font-family: "roboto-regular";
src: url("../fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
font-family: "roboto-medium";
src: url("../fonts/roboto/Roboto-Medium.ttf");
}
|