takahe/static/fonts/raleway/raleway.css

21 wiersze
393 B
CSS
Czysty Zwykły widok Historia

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