Better fonts! (#12)
This commit is contained in:
BIN
src/assets/font/Raleway-Bold.ttf
Normal file
BIN
src/assets/font/Raleway-Bold.ttf
Normal file
Binary file not shown.
BIN
src/assets/font/Raleway-Light.ttf
Normal file
BIN
src/assets/font/Raleway-Light.ttf
Normal file
Binary file not shown.
BIN
src/assets/font/Raleway-Regular.ttf
Normal file
BIN
src/assets/font/Raleway-Regular.ttf
Normal file
Binary file not shown.
17
src/assets/font/fonts.css
Normal file
17
src/assets/font/fonts.css
Normal file
@@ -0,0 +1,17 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user