rm Merriweather

This commit is contained in:
Lachlan Kermode
2019-08-07 11:43:42 +01:00
parent ddfa413574
commit 2f96dccb03
6 changed files with 9 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
<title>TimeMap - Forensic Architecture</title>
<link rel="stylesheet" href="https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.7.0/d3.min.js" charset="utf-8"></script>
</head>

View File

@@ -15,7 +15,7 @@ body {
}
h1 {
font-family: 'Merriweather', serif;
font-family: Helvetica, serif;
}
h2 {

View File

@@ -17,7 +17,7 @@ NARRATIVE INFO
background: $black;
border: 1px solid $midgrey;
color: $offwhite;
font-family: 'Merriweather', 'Georgia', serif;
font-family: Helvetica, 'Georgia', serif;
.narrative-info-header {
display: flex;
@@ -53,7 +53,7 @@ NARRATIVE INFO
h3 {
font-size: $large;
font-family: 'Merriweather', 'Georgia', serif;
font-family: Helvetica, 'Georgia', serif;
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: 100;

View File

@@ -264,7 +264,7 @@ $overlay-bg: rgba(239,239,239,0.9);
box-sizing: border-box;
padding: 0 calc(50% - 400px);
overflow-y: scroll;
font-family: 'Merriweather', Georgia, serif;
font-family: Helvetica, Georgia, serif;
line-height: 1.5em;
min-width: 100%;

View File

@@ -76,7 +76,7 @@ KEYFRAME INFO
background: $black;
border: 1px solid $midgrey;
color: $offwhite;
font-family: 'Merriweather', 'Georgia', serif;
font-family: Helvetica, 'Georgia', serif;
h3, h6 {
text-align: center;

View File

@@ -38,7 +38,7 @@
transition: 0.2s ease;
border-bottom: 2px solid $midwhite;
text-transform: uppercase;
font-family: 'Merriweather', serif;
font-family: Helvetica, serif;
cursor: pointer;
p {
@@ -259,7 +259,7 @@
box-shadow: 10px -10px 38px rgba(0, 0, 0, 0.3), 10px 15px 12px rgba(0, 0, 0, 0.22);
h2 {
font-family: 'Merriweather', 'Georgia', 'serif';
font-family: Helvetica, 'Georgia', 'serif';
font-size: $large;
text-transform: none;
letter-spacing: normal;
@@ -267,7 +267,7 @@
p {
font-size: $normal;
font-family: 'Merriweather', 'Georgia', 'serif';
font-family: Helvetica, 'Georgia', 'serif';
line-height: 1.4em;
};
@@ -415,7 +415,7 @@
line-height: 36px;
float: left;
font-size: $normal;
font-family: 'Merriweather', 'Georgia', 'serif';
font-family: Helvetica, 'Georgia', 'serif';
color: $midwhite;
}