diff --git a/_sass/_set.scss b/_sass/_set.scss index 2b12c71..3db7749 100644 --- a/_sass/_set.scss +++ b/_sass/_set.scss @@ -377,7 +377,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 eb6c8a1..6073b17 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,