Stackedit/src/styles/fonts.scss

42 lines
900 B
SCSS
Raw Normal View History

2017-07-25 23:34:01 +00:00
@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 {
2017-07-31 09:04:01 +00:00
font-family: 'Roboto Mono';
2017-07-25 23:34:01 +00:00
font-style: normal;
font-weight: 400;
2017-07-31 09:04:01 +00:00
src: url('../assets/fonts/RobotoMono-Regular.woff') format('woff');
2017-07-25 23:34:01 +00:00
}
@font-face {
2017-07-31 09:04:01 +00:00
font-family: 'Roboto Mono';
2017-07-25 23:34:01 +00:00
font-style: normal;
font-weight: 600;
2017-07-31 09:04:01 +00:00
src: url('../assets/fonts/RobotoMono-Bold.woff') format('woff');
2017-07-25 23:34:01 +00:00
}