mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
lato fonts added to resources
This commit is contained in:
parent
6b6715b877
commit
6ac286b2e7
3 changed files with 11 additions and 1 deletions
BIN
fonts/Lato-Light.ttf
Normal file
BIN
fonts/Lato-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/Lato.ttf
Normal file
BIN
fonts/Lato.ttf
Normal file
Binary file not shown.
|
|
@ -69,6 +69,16 @@
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('/fonts/Lato.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoLight';
|
||||
src: url('/fonts/Lato-Light.ttf') format('truetype');
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
|
@ -86,7 +96,7 @@ html, body, .app {
|
|||
cursor: default;
|
||||
overflow: hidden;
|
||||
background-color: @colorbgmain;
|
||||
font: 13px / 18px 'Open Sans', LatoLight, Arial, Helvetica, sans-serif;
|
||||
font: 13px / 18px 'Open Sans', 'LatoLight', 'Arial', 'Helvetica', 'sans-serif';
|
||||
}
|
||||
|
||||
.nav-bar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue