mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +00:00
20 lines
393 B
CSS
20 lines
393 B
CSS
@font-face {
|
|
font-family: 'Raleway';
|
|
src: url('Raleway-SemiBold.woff2');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
src: url('Raleway-Light.woff2');
|
|
font-weight: lighter;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
src: url('Raleway-Regular.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|