Do not use google font cdn

This commit is contained in:
Johannes Zellner
2016-04-02 12:43:54 +02:00
parent bba3dd5ec0
commit 6dc17183ee
9 changed files with 8 additions and 10 deletions

View File

@@ -46,6 +46,11 @@ $table-border-color: transparent !default;
@import "bootstrap";
@font-face {
font-family: Roboto;
src: url(3rdparty/Roboto-Light.ttf);
}
// ----------------------------
// Bootstrap extension
// ----------------------------