Font and all

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 10:43:03 +01:00
parent 8556dc7df6
commit 1b110e5f5a
20 changed files with 103 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ export default {
<style lang="scss" scoped>
div {
font-family: sans-serif;
font-family: "knowit";
display: inline-flex;
flex-direction: column;
}

View File

@@ -77,6 +77,13 @@ export default {
display: true,
text: "Antall kjøp"
},
legend: {
labels: {
// This more specific font property overrides the global property
defaultFontFamily: (Chart.defaults.global.defaultFontFamily =
"'knowit'")
}
},
scales: {
yAxes: [
{

View File

@@ -101,7 +101,7 @@ export default {
max-width: 1400px;
margin: auto;
justify-content: space-around;
font-family: sans-serif;
font-family: "knowit";
}
.green,

View File

@@ -68,6 +68,13 @@ export default {
display: true,
text: "Antall vinn"
},
legend: {
labels: {
// This more specific font property overrides the global property
defaultFontFamily: (Chart.defaults.global.defaultFontFamily =
"'knowit'")
}
},
scales: {
yAxes: [
{

View File

@@ -34,7 +34,7 @@ h3 {
text-align:center;
}
div {
font-family: sans-serif;
font-family: "knowit";
display: inline-flex;
flex-direction: column;
}