using font variables

This commit is contained in:
undergroundwires
2020-01-06 20:41:37 +01:00
parent 10a34fae2f
commit 60e6348dc8
8 changed files with 12 additions and 9 deletions

View File

@@ -57,6 +57,6 @@ export default class CardList extends StatefulVue {
width: 100%;
text-align: center;
font-size: 3.5em;
font: $default-font;
font: $normal-font;
}
</style>

View File

@@ -100,7 +100,7 @@ export default class TheSelector extends StatefulVue {
display: flex;
margin-right:5px;
}
font:16px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
font-family: $normal-font;
}
</style>

View File

@@ -31,7 +31,7 @@ export default class TheGrouper extends StatefulVue {
.container {
// text-align:left;
font:16px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
font:$normal-font;
}
.enabled {