add roboto font

This commit is contained in:
Benedikt Rötsch
2017-09-29 13:35:00 +02:00
committed by Benedikt Rötsch
parent 19cf4d1c56
commit a3f526e7ea
17 changed files with 102 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
body {
background-color: var(--color-bg-default);
color: var(--color-text-default);
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-family: var(--font-regular);
font-size: 1rem;
line-height: var(--line-height);
}