Used our own repository for Open Sans font.

This commit is contained in:
Norman Jäckel 2015-12-03 22:33:10 +01:00
parent 586f781f8d
commit 1b1e8f8ba2
2 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,6 @@
"ckeditor": "~4.5.4",
"angular-ckeditor": "~1.0.0",
"roboto-condensed": "~0.3.0",
"opensans-webfont-for-bower": "a4b3b75afa"
"open-sans-fontface": "https://github.com/OpenSlides/open-sans.git#1.4.2.post1"
}
}

View File

@ -9,7 +9,7 @@
}
body {
font-family: "open_sansregular",Helvetica,Arial,sans-serif;
font-family: "Open Sans",Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.5;