backend/app/assets/export/html/fonts.css
garrettmills b5b2a7cd85
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Rewrite HTML export to support all node types (#3)
2020-10-18 12:55:32 -05:00

18 lines
313 B
CSS

@font-face {
font-family: 'Raleway';
src: url('./Raleway-Regular.ttf');
font-weight: normal;
}
@font-face {
font-family: 'Raleway';
src: url('./Raleway-Light.ttf');
font-weight: 100;
}
@font-face {
font-family: 'Raleway';
src: url('./Raleway-Bold.ttf');
font-weight: bold;
}