diff --git a/bower.json b/bower.json index 083640cb6..23f75bd16 100644 --- a/bower.json +++ b/bower.json @@ -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" } } diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index 722cf9a66..9cf3ced12 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -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;