remove hard coded font-style
This commit is contained in:
parent
214a2590e3
commit
2c4e92adeb
|
@ -104,7 +104,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>
|
||||||
|
|
|
@ -47,7 +47,7 @@ layout: default
|
||||||
{% if page.all.UNSYNCEDLYRICS != nil %}
|
{% if page.all.UNSYNCEDLYRICS != nil %}
|
||||||
<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:
|
||||||
|
|
|
@ -369,7 +369,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,
|
||||||
|
|
|
@ -48,10 +48,10 @@ image: /assets/vid/discogs.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>{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}</span> |
|
<span>{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}</span> |
|
||||||
<span style="font-family: monospace;font-size: 14px">{{ track.common.genre }} </span>
|
<span style="font-size: 14px">{{ track.common.genre }} </span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -165,10 +165,10 @@ logo_image: /siteicon.png
|
||||||
<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…
Reference in a new issue