theme: Update CSS to use Lato font

Closes #316. Also increase the font size to 15px as this seems roughly
equivalent to 14px size of the earlier font.

Signed-off-by: Vikas Singh <vikas.singh093@gmail.com>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Vikas Singh 2018-02-12 10:42:38 +05:30 committed by Sunil Mohan Adapa
parent f66b552aac
commit 5132f8fff6
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,7 @@
dblatex \
docbook-utils \
e2fsprogs \
fonts-lato \
gettext \
gir1.2-glib-2.0 \
gir1.2-nm-1.0 \

View File

@ -1,6 +1,13 @@
@font-face {
font-family: LatoRegular;
src: url('../lato/Lato-Regular.ttf');
}
body {
padding-top: 70px;
position: relative;
font-family: LatoRegular, sans-serif;
font-size: 15px;
}
.nav .glyphicon,