lato fonts added to resources

This commit is contained in:
NikolaBorislavovHristov 2018-06-14 15:35:00 +03:00
parent 6b6715b877
commit 6ac286b2e7
3 changed files with 11 additions and 1 deletions

BIN
fonts/Lato-Light.ttf Normal file

Binary file not shown.

BIN
fonts/Lato.ttf Normal file

Binary file not shown.

View file

@ -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 {