aboutsummaryrefslogtreecommitdiff
path: root/resources/src/css/_typography.scss
blob: b011e7cf91d2ee6ebca81795bc6225097b4611da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@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");
}