ui : update Fonts + colors
This commit is contained in:
29
src/styles/abstracts/_fonts.scss
Normal file
29
src/styles/abstracts/_fonts.scss
Normal file
@ -0,0 +1,29 @@
|
||||
@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.woff2') format('woff2'),
|
||||
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.woff2') format('woff2'),
|
||||
url('../fonts/FacitBold.woff') format('woff'),
|
||||
url('../fonts/FacitBold.ttf') format('truetype'),
|
||||
url('../fonts/FacitBold.svg#FacitRegular') format('svg');
|
||||
font-weight: 700;
|
||||
}
|
||||
Reference in New Issue
Block a user