hubl/src/styles_old/abstracts/_fonts.scss

27 lines
1.1 KiB
SCSS

@font-face {
font-family: 'RefrigeratorDelxW01Bold';
src: url('../fonts/RefrigeratorDelxW01Bold.eot');
src: url('../fonts/RefrigeratorDelxW01Bold.eot') format('embedded-opentype'),
url('../fonts/RefrigeratorDelxW01Bold.woff') format('woff'),
url('../fonts/RefrigeratorDelxW01Bold.ttf') format('truetype'),
url('../fonts/RefrigeratorDelxW01Bold.svg#RefrigeratorDelxW01Bold') format('svg');
font-weight: bold;
}
@font-face {
font-family: 'Facit';
src: url('../fonts/FacitRegular.eot');
src: url('../fonts/FacitRegular.eot') format('embedded-opentype'),
url('../fonts/FacitRegular.woff') format('woff'),
url('../fonts/FacitRegular.ttf') format('truetype'),
url('../fonts/FacitRegular.svg#FacitRegular') format('svg');
font-weight: 400;
}
@font-face {
font-family: 'Facit';
src: url('../fonts/FacitBold.eot');
src: url('../fonts/FacitBold.eot') format('embedded-opentype'),
url('../fonts/FacitBold.woff') format('woff'),
url('../fonts/FacitBold.ttf') format('truetype'),
url('../fonts/FacitBold.svg#FacitBold') format('svg');
font-weight: 700;
}