Make Roboto Mono default font
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
c57fbce360
commit
4452819aed
@ -1,6 +1,7 @@
|
|||||||
div#app {
|
div#app {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
font-family: 'Roboto Mono';
|
||||||
}
|
}
|
||||||
|
|
||||||
.screenshots-drawer {
|
.screenshots-drawer {
|
||||||
@ -23,7 +24,7 @@ div#app {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.vc-container {
|
.vc-container {
|
||||||
font-family: 'Roboto' !important;
|
font-family: 'Roboto Mono' !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@ -36,3 +37,11 @@ div#app {
|
|||||||
height: calc(100% - 56px);
|
height: calc(100% - 56px);
|
||||||
margin-top: 56px;
|
margin-top: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ag-theme-material {
|
||||||
|
--ag-font-family: 'Roboto Mono'!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.v--default-css .c-toast {
|
||||||
|
font-family: 'Roboto Mono'!important;
|
||||||
|
}
|
@ -10,7 +10,7 @@ export async function loadFonts () {
|
|||||||
webFontLoader.load({
|
webFontLoader.load({
|
||||||
google: {
|
google: {
|
||||||
families: [
|
families: [
|
||||||
'Montserrat', 'Roboto',
|
'Montserrat', 'Roboto Mono',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user