{{ page.credits }}
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 -
{{ page.credits }}
{{ page.credits }}
+
{{ 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 }}
{{ album.date | date: '%Y' }}
{% for track in album.tracks %} -+
{{ track.common.track.no }}. {{ track.common.title }}
|
- {{ track.common.genre }}
+ {{ track.common.genre }}
{{ album.date | date: '%Y' }}
{% for track in album.tracks %} -+
{{ track.common.track.no }}. {{ track.common.title }}
|
- {{ track.common.genre }}
+ {{ track.common.genre }}