This commit is contained in:
@@ -28,4 +28,9 @@ $base-width: 100;
|
||||
.main-content {
|
||||
max-width: var(--body-width) !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'myFont';
|
||||
src: url(./fonts/OpenSans-Regular.woff2);
|
||||
}
|
||||
|
||||
BIN
src/css/fonts/Lato-Regular.woff2
Normal file
BIN
src/css/fonts/Lato-Regular.woff2
Normal file
Binary file not shown.
BIN
src/css/fonts/OpenSans-Regular.woff2
Normal file
BIN
src/css/fonts/OpenSans-Regular.woff2
Normal file
Binary file not shown.
BIN
src/css/fonts/Ubuntu-Regular.woff2
Normal file
BIN
src/css/fonts/Ubuntu-Regular.woff2
Normal file
Binary file not shown.
@@ -23,3 +23,16 @@ $positive : #21BA45;
|
||||
$negative : #C10015;
|
||||
$info : #31CCEC;
|
||||
$warning : #F2C037;
|
||||
|
||||
$typography-font-family : 'myFont', Roboto !default;
|
||||
|
||||
body, html, #q-app {
|
||||
font-family: $typography-font-family;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
/* Гарантируем наследование для всех элементов */
|
||||
* {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user