blob: 3dcbfa933e40a82dd3174d4897f8a42bd57e6d8d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@font-face {
font-family: 'dejavu_sansbold_oblique';
src: url('DejaVuSans-BoldOblique-webfont.eot');
src: url('DejaVuSans-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'),
url('DejaVuSans-BoldOblique-webfont.woff2') format('woff2'),
url('DejaVuSans-BoldOblique-webfont.woff') format('woff'),
url('DejaVuSans-BoldOblique-webfont.ttf') format('truetype'),
url('DejaVuSans-BoldOblique-webfont.svg#dejavu_sansbold_oblique') format('svg');
font-weight: normal;
font-style: normal;
}
|