blob: b85caa36df493817d0297736ded3f9d56e175fb6 (
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: 'Gentium Basic';
font-style: normal;
font-weight: 400;
src: url('gentium-basic-v12-latin-regular.woff2') format('woff2');
}
@font-face {
font-family: 'Gentium Basic';
font-style: italic;
font-weight: 400;
src: url('gentium-basic-v12-latin-italic.woff2') format('woff2');
}
@font-face {
font-family: 'Gentium Basic';
font-style: normal;
font-weight: bold;
src: url('gentium-basic-v12-latin-700.woff2') format('woff2');
}
@font-face {
font-family: 'Gentium Basic';
font-style: italic;
font-weight: bold;
src: url('gentium-basic-v12-latin-700italic.woff2') format('woff2');
}
|