This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/static/fonts/raleway/raleway.css

21 lines
393 B
CSS
Raw Normal View History

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