Font and all
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
div {
|
||||
font-family: sans-serif;
|
||||
font-family: "knowit";
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@@ -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: [
|
||||
{
|
||||
|
||||
@@ -101,7 +101,7 @@ export default {
|
||||
max-width: 1400px;
|
||||
margin: auto;
|
||||
justify-content: space-around;
|
||||
font-family: sans-serif;
|
||||
font-family: "knowit";
|
||||
}
|
||||
|
||||
.green,
|
||||
|
||||
@@ -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: [
|
||||
{
|
||||
|
||||
@@ -34,7 +34,7 @@ h3 {
|
||||
text-align:center;
|
||||
}
|
||||
div {
|
||||
font-family: sans-serif;
|
||||
font-family: "knowit";
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user