18 lines
313 B
CSS
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;
|
|
}
|