Use the Mayan EDMS official font for the navbar brand section
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user