blob: 7bca780b2d81f820c853732cde1ed1714c74af51 (
plain) (
blame)
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: 'Fira Sans';
src: url('../fonts/firasans/FiraSans-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Fira Sans';
src: url('../fonts/firasans/FiraSans-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Fira Sans';
src: url('../fonts/firasans/FiraSans-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Fira Sans';
src: url('../fonts/firasans/FiraSans-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
|