consistent monospace font family
This commit is contained in:
parent
adb47851f9
commit
4cd70b5ef8
|
@ -377,7 +377,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,
|
||||||
|
|
Loading…
Reference in a new issue