aboutsummaryrefslogtreecommitdiff
path: root/resources/src/css/_typography.scss
blob: a9e24c12f35287c1fdf9cc02b9621fb0d7956eb2 (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
25
26
27
28
29
@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: "nunito-bold";
  src: url("../fonts/nunito/Nunito-Bold.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");
}