mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
f66b552aac
commit
5132f8fff6
@ -10,6 +10,7 @@
|
||||
dblatex \
|
||||
docbook-utils \
|
||||
e2fsprogs \
|
||||
fonts-lato \
|
||||
gettext \
|
||||
gir1.2-glib-2.0 \
|
||||
gir1.2-nm-1.0 \
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user