spacedeck-open/public/fonts/font.scss

11 lines
440 B
SCSS
Raw Normal View History

2017-04-07 01:29:05 +02:00
@font-face {
font-family: 'icon';
src: url('../fonts/icon-regular-webfont.eot');
src: url('../fonts/icon-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/icon-regular-webfont.woff') format('woff'),
url('../fonts/icon-regular-webfont.ttf') format('truetype'),
url('../fonts/icon-regular-webfont.svg#iconregular') format('svg');
font-weight: normal;
font-style: normal;
}