sg font
This commit is contained in:
parent
1bf0f8f98c
commit
1626a3a2e4
|
@ -113,6 +113,7 @@ ul {
|
|||
}
|
||||
|
||||
#logo {
|
||||
font-family: "SG Grotesque";
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
|
@ -120,7 +121,7 @@ ul {
|
|||
|
||||
#logo a {
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block head %}
|
||||
<link rel="stylesheet" href="/static/css/fonts.css" />
|
||||
<link rel="stylesheet" href="/static/css/main.css" />
|
||||
|
||||
<script type="text/javascript" src="/static/js/main.js"></script>
|
||||
<title>EdgwareRoad: {% block title %} {% endblock %}</title>
|
||||
{% block extra_head %}
|
||||
|
@ -55,7 +57,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div id="logo">
|
||||
<a href="" title="Serpentine Art Gallery Webpage">Serpentine Art Gallery</a>
|
||||
<a href="" title="Serpentine Art Gallery Webpage">Serpentine <br />Art Gallery</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user