frontend/src/assets/font/fonts.css
garrettmills 6297f9d0f0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Better fonts! (#12)
2020-10-12 20:51:30 -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;
}