remove hardcoded font-family
This commit is contained in:
parent
dd00fbdef2
commit
35880610bb
8 changed files with 10 additions and 10 deletions
|
|
@ -102,7 +102,7 @@ lang: en
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
<div class="content" style="font-size: 16px;margin-top:60px;">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<p>{{ page.credits }}</p>
|
<p>{{ page.credits }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
|
<div class="content" style="font-size: 16px;margin-top:60px;">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<p>{{ page.credits }}</p>
|
<p>{{ page.credits }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ layout: default
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% unless page.all.UNSYNCEDLYRICS == '' %}<h2>Lyrics</h2>{% endunless %}
|
{% unless page.all.UNSYNCEDLYRICS == '' %}<h2>Lyrics</h2>{% endunless %}
|
||||||
<p style="font-family: monospace;font-size:16px;">
|
<p style="font-size:16px;">
|
||||||
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
|
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
|
||||||
</p>
|
</p>
|
||||||
<p>credits:
|
<p>credits:
|
||||||
|
|
|
||||||
|
|
@ -351,7 +351,7 @@ div.content {
|
||||||
flex: 1 0 250px;
|
flex: 1 0 250px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-family: monospace;
|
font-family: _font(family-fixed);
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 569px) {
|
@media only screen and (max-width: 569px) {
|
||||||
p {
|
p {
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: _font(weight-bold);
|
font-weight: _font(weight-bold);
|
||||||
font-family: monospace;
|
font-family: _font(family-fixed);
|
||||||
letter-spacing: _font(kerning-alt);
|
letter-spacing: _font(kerning-alt);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
// Font.
|
// Font.
|
||||||
$font: (
|
$font: (
|
||||||
family: ('Astloch', Helvetica, sans-serif),
|
family: ('Astloch', Helvetica, sans-serif),
|
||||||
family-fixed: ('Courier New', monospace),
|
family-fixed: ('Lucida Console', Monaco, monospace),
|
||||||
weight: 400,
|
weight: 400,
|
||||||
weight-bold: 700,
|
weight-bold: 700,
|
||||||
kerning: -0.025em,
|
kerning: -0.025em,
|
||||||
|
|
|
||||||
|
|
@ -51,10 +51,10 @@ date: 2018-12-11 00:00:00
|
||||||
<p>{{ album.date | date: '%Y' }}</p>
|
<p>{{ album.date | date: '%Y' }}</p>
|
||||||
|
|
||||||
{% for track in album.tracks %}
|
{% for track in album.tracks %}
|
||||||
<p style="margin-bottom: 30px; font-family: monospace;font-size: 14px">
|
<p style="margin-bottom: 30px; font-size: 14px">
|
||||||
<strong>{{ track.common.track.no }}. {{ track.common.title }}</strong><br />
|
<strong>{{ track.common.track.no }}. {{ track.common.title }}</strong><br />
|
||||||
<span id="{{ track.common.title | slugify | remove: '-' }}"></span> |
|
<span id="{{ track.common.title | slugify | remove: '-' }}"></span> |
|
||||||
<span style="font-family: monospace;font-size: 14px">{{ track.common.genre }} </span>
|
<span style="font-size: 14px">{{ track.common.genre }} </span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,10 +39,10 @@ image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg
|
||||||
<p>{{ album.date | date: '%Y' }}</p>
|
<p>{{ album.date | date: '%Y' }}</p>
|
||||||
|
|
||||||
{% for track in album.tracks %}
|
{% for track in album.tracks %}
|
||||||
<p style="margin-bottom: 30px; font-family: monospace;font-size: 14px">
|
<p style="margin-bottom: 30px;font-size: 14px">
|
||||||
<strong>{{ track.common.track.no }}. {{ track.common.title }}</strong><br />
|
<strong>{{ track.common.track.no }}. {{ track.common.title }}</strong><br />
|
||||||
<span id="{{ track.common.title | slugify | remove: '-' }}"></span> |
|
<span id="{{ track.common.title | slugify | remove: '-' }}"></span> |
|
||||||
<span style="font-family: monospace;font-size: 14px">{{ track.common.genre }} </span>
|
<span style="font-size: 14px">{{ track.common.genre }} </span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue