Use Open Sans as font.
authorAlexandre Segura <mex.zktk@gmail.com>
Thu, 09 Feb 2017 16:18:42 +0100
changeset 317 3cb75bbbb8b2
parent 316 ffa87fe82904
child 318 33522d51b9dd
Use Open Sans as font.
src/iconolab/templates/iconolab_base.html
src_js/iconolab-bundle/src/main.scss
--- a/src/iconolab/templates/iconolab_base.html	Thu Feb 09 16:14:53 2017 +0100
+++ b/src/iconolab/templates/iconolab_base.html	Thu Feb 09 16:18:42 2017 +0100
@@ -11,6 +11,7 @@
 		<title>{% block title %} {% endblock %}</title>
 
 		{% block main_css %}
+      <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
 			<link rel="stylesheet" href="{% static 'iconolab/css/iconolab.css' %}">
 		{% endblock %}
 
--- a/src_js/iconolab-bundle/src/main.scss	Thu Feb 09 16:14:53 2017 +0100
+++ b/src_js/iconolab-bundle/src/main.scss	Thu Feb 09 16:18:42 2017 +0100
@@ -1,3 +1,5 @@
+$font-family-sans-serif: "Open Sans", sans-serif;
+
 $icon-font-path: "bootstrap-sass/assets/fonts/bootstrap/";
 @import "~bootstrap-sass/assets/stylesheets/bootstrap";