mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Review fixes
This commit is contained in:
parent
ad7e859a28
commit
065293ea36
6 changed files with 2 additions and 2 deletions
BIN
launchers/win32/res/FiraSansbold.ttf
Normal file
BIN
launchers/win32/res/FiraSansbold.ttf
Normal file
Binary file not shown.
BIN
launchers/win32/res/FiraSansregular.ttf
Normal file
BIN
launchers/win32/res/FiraSansregular.ttf
Normal file
Binary file not shown.
BIN
screenshare/src/resources/FiraSans-Regular.ttf
Normal file
BIN
screenshare/src/resources/FiraSans-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -5,12 +5,12 @@
|
|||
|
||||
@font-face{
|
||||
font-family: 'FiraSans Semibold';
|
||||
src: url('../fonts/Graphik-SemiBold.otf') format('opentype');
|
||||
src: url('../fonts/FiraSans-SemiBold.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'FiraSans Regular';
|
||||
src: url('../fonts/Graphik-Regular.otf') format('opentype');
|
||||
src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face{
|
||||
|
|
Loading…
Reference in a new issue