Use the Mayan EDMS official font for the navbar brand section

This commit is contained in:
Roberto Rosario
2015-03-31 17:23:31 -04:00
parent e2a03286f7
commit 00e4e7c235

View File

@@ -32,6 +32,7 @@
{% endif %}
{% compress css %}
<link href="http://fonts.googleapis.com/css?family=IM+Fell+English+SC" rel="stylesheet" type="text/css">
<link href="{% static 'appearance/packages/font-awesome-4.3.0/css/font-awesome.min.css' %}" media="screen" rel="stylesheet" type="text/css" />
<link href="{% static 'appearance/packages/bootstrap-3.3.4-dist/css/bootstrap.min.css' %}" media="screen" rel="stylesheet" type="text/css" />
<link href="{% static 'appearance/packages/bootstrap-3.3.4-dist/css/bootstrap.min.css' %}" media="screen" rel="stylesheet" type="text/css" />
@@ -43,6 +44,10 @@
padding-top: 70px;
}
.navbar-brand {
font-family: "IM Fell English SC", serif;
}
#fancybox-left-ico {
left: 20px;
}