diff --git a/_layouts/album.html b/_layouts/album.html index 7d8f9e5..6b8bfbc 100644 --- a/_layouts/album.html +++ b/_layouts/album.html @@ -104,7 +104,7 @@ lang: en -
+
{{ content }}

{{ page.credits }}

diff --git a/_layouts/post.html b/_layouts/post.html index c1ace74..ebe7b84 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -102,7 +102,7 @@
-
+
{{ content }}

{{ page.credits }}

diff --git a/_layouts/track.html b/_layouts/track.html index d72ae28..7002090 100644 --- a/_layouts/track.html +++ b/_layouts/track.html @@ -47,7 +47,7 @@ layout: default {% if page.all.UNSYNCEDLYRICS != nil %}
{% unless page.all.UNSYNCEDLYRICS == '' %}

Lyrics

{% endunless %} -

+

{{ page.all.UNSYNCEDLYRICS | newline_to_br }}

credits: diff --git a/_sass/_set.scss b/_sass/_set.scss index cce4d49..98e9867 100644 --- a/_sass/_set.scss +++ b/_sass/_set.scss @@ -369,7 +369,7 @@ div.content { flex: 1 0 250px; margin: 0; font-size: 12px; - font-family: monospace; + font-family: _font(family-fixed); } @media only screen and (max-width: 569px) { p { diff --git a/_sass/components/_button.scss b/_sass/components/_button.scss index 8bcf5e7..491c771 100644 --- a/_sass/components/_button.scss +++ b/_sass/components/_button.scss @@ -21,7 +21,7 @@ cursor: pointer; display: inline-block; font-weight: _font(weight-bold); - font-family: monospace; + font-family: _font(family-fixed); letter-spacing: _font(kerning-alt); text-align: center; text-decoration: none; diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss index ad0e908..304eced 100644 --- a/_sass/libs/_vars.scss +++ b/_sass/libs/_vars.scss @@ -39,7 +39,7 @@ // Font. $font: ( family: ('Astloch', Helvetica, sans-serif), - family-fixed: ('Courier New', monospace), + family-fixed: ('Lucida Console', Monaco, monospace), weight: 400, weight-bold: 700, kerning: -0.025em, diff --git a/discography.html b/discography.html index 683ece5..0fccd8d 100644 --- a/discography.html +++ b/discography.html @@ -48,10 +48,10 @@ image: /assets/vid/discogs.jpg

{{ album.date | date: '%Y' }}

{% for track in album.tracks %} -

+

{{ track.common.track.no }}. {{ track.common.title }}
{% 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 }} | - {{ track.common.genre }} + {{ track.common.genre }}

diff --git a/index.html b/index.html index bfb40c4..dd74107 100644 --- a/index.html +++ b/index.html @@ -165,10 +165,10 @@ logo_image: /siteicon.png

{{ album.date | date: '%Y' }}

{% for track in album.tracks %} -

+

{{ track.common.track.no }}. {{ track.common.title }}
| - {{ track.common.genre }} + {{ track.common.genre }}

diff --git a/releases.html b/releases.html index fa2e5b6..02fad0f 100644 --- a/releases.html +++ b/releases.html @@ -39,10 +39,10 @@ image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg

{{ album.date | date: '%Y' }}

{% for track in album.tracks %} -

+

{{ track.common.track.no }}. {{ track.common.title }}
| - {{ track.common.genre }} + {{ track.common.genre }}