source: main/waeup.plonetheme.ngren2/trunk/waeup/plonetheme/ngren2/static/scss/parts/_fonts.scss @ 10074

Last change on this file since 10074 was 10074, checked in by Henrik Bettermann, 11 years ago

Fill trunc.

File size: 553 bytes
Line 
1/* ==========================================================================
2     Fonts
3     ========================================================================== */
4@font-face {
5    font-family: 'yorkvilleregular';
6    src: url('../fonts/yorkville-webfont.eot');
7    src:
8    url('../fonts/yorkville-webfont.eot?#iefix') format('embedded-opentype'),
9         url('../fonts/yorkville-webfont.woff') format('woff'),
10         url('../fonts/yorkville-webfont.ttf') format('truetype');
11    font-weight: normal;
12    font-style: normal;
13
14}
Note: See TracBrowser for help on using the repository browser.