takahe/static/fonts/raleway/raleway.css

21 lines
393 B
CSS
Raw Permalink Normal View History

2022-11-05 13:17:27 -07:00
@font-face {
font-family: 'Raleway';
2022-11-12 22:21:52 -08:00
src: url('Raleway-SemiBold.woff2');
2022-11-05 13:17:27 -07:00
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Raleway';
2022-11-12 22:21:52 -08:00
src: url('Raleway-Light.woff2');
font-weight: lighter;
2022-11-05 13:17:27 -07:00
font-style: normal;
}
@font-face {
font-family: 'Raleway';
2022-11-12 22:21:52 -08:00
src: url('Raleway-Regular.woff2');
font-weight: normal;
2022-11-05 13:17:27 -07:00
font-style: normal;
}