unify fonts

This commit is contained in:
Pierre Bondoerffer
2017-08-04 17:15:45 +02:00
parent a16d4be3c4
commit dac14de18c
10 changed files with 23 additions and 14 deletions

View File

@@ -1,4 +1,5 @@
@import "./variables.less";
@import (once) "../less2/include/colortheme.less";
.cp #loading {
position: fixed;
@@ -51,7 +52,7 @@
text-align: center;
font-size: 1.5em;
opacity: 0.7;
font-family: lato, Helvetica, sans-serif;
font-family: @colortheme_font;
padding: 15px;
max-width: 60%;
display: inline-block;