Stackedit/src/styles/fonts.scss
Benoit Schweblin 1d8b67c321 Upgraded eslint
2018-05-06 01:46:33 +01:00

42 lines
900 B
SCSS

@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/lato-normal.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: url('../assets/fonts/lato-normal-italic.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 600;
src: url('../assets/fonts/lato-black.woff') format('woff');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 600;
src: url('../assets/fonts/lato-black-italic.woff') format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/RobotoMono-Regular.woff') format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 600;
src: url('../assets/fonts/RobotoMono-Bold.woff') format('woff');
}