forked from zer.ooo/web
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.6 KiB
SCSS
48 lines
1.6 KiB
SCSS
@font-face {
|
|
font-family: 'Inconsolata';
|
|
src: url('/fonts/Inconsolata-Regular.eot');
|
|
src: local('Inconsolata'), local('Inconsolata-Regular'),
|
|
url('/fonts/Inconsolata-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('/fonts/Inconsolata-Regular.woff2') format('woff2'),
|
|
url('/fonts/Inconsolata-Regular.woff') format('woff'),
|
|
url('/fonts/Inconsolata-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Karla';
|
|
src: url('/fonts/Karla-Regular.eot');
|
|
src: local('Karla'), local('Karla-Regular'),
|
|
url('/fonts/Karla-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('/fonts/Karla-Regular.woff2') format('woff2'),
|
|
url('/fonts/Karla-Regular.woff') format('woff'),
|
|
url('/fonts/Karla-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Rubik';
|
|
src: url('/fonts/Rubik-Regular.eot');
|
|
src: local('Rubik-Regular'),
|
|
url('/fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('/fonts/Rubik-Regular.woff2') format('woff2'),
|
|
url('/fonts/Rubik-Regular.woff') format('woff'),
|
|
url('/fonts/Rubik-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
src: url('/fonts/Montserrat-Regular.eot');
|
|
src: local('Montserrat-Regular'),
|
|
url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
|
|
url('/fonts/Montserrat-Regular.woff2') format('woff2'),
|
|
url('/fonts/Montserrat-Regular.woff') format('woff'),
|
|
url('/fonts/Montserrat-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|