a752c7ab
elopes
add first test an...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* fonts.css
* Copyright (C) 2017 Freie Universitรคt Berlin
*
* Distributed under terms of the LGPLv2.1 license (see LICENSE file)
*/
@font-face {
font-family: 'Miso';
src: url('miso.eot');
src: url('miso.eot?#iefix') format('embedded-opentype'),
url('miso.woff') format('woff'),
url('miso.ttf') format('truetype'),
url('miso.svg#Miso') format('svg');
font-weight: normal;
font-style: normal;
}
|