mirror of
https://github.com/moparisthebest/wallabag
synced 2024-12-03 06:12:16 -05:00
10 lines
403 B
CSS
10 lines
403 B
CSS
|
@font-face {
|
||
|
font-family: 'fontello';
|
||
|
src: url('../font/fontello.eot?97381924');
|
||
|
src: url('../font/fontello.eot?97381924#iefix') format('embedded-opentype'),
|
||
|
url('../font/fontello.woff?97381924') format('woff'),
|
||
|
url('../font/fontello.ttf?97381924') format('truetype'),
|
||
|
url('../font/fontello.svg?97381924#fontello') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|