Skip to content

Commit 012a058

Browse files
committed
Open Sans as body font, font weight to 600
1 parent 96bfd66 commit 012a058

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

src/main.styl

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
1-
// main.styl
1+
// Application Styling
2+
// Import then overwrite the default style
3+
4+
// Variables
25
@import '~vuetify/src/stylus/settings/_variables'
36

4-
$body-font-family = 'QuickSand'
7+
$body-font-family = 'Open Sans'
8+
$button-font-weight = 600
9+
$list-title-font-weight = 600
10+
$navigation-drawer-item-font-size = 40px
11+
12+
$font-weights = {
13+
medium: 600,
14+
}
15+
16+
// Components
17+
@import '~vuetify/src/stylus/main'
518

19+
.v-toolbar__title
20+
font-size: 24px
21+
22+
.v-tabs__div
23+
font-weight: 600
24+
25+
.v-navigation-drawer
26+
.v-list .v-list__tile
27+
font-weight: 600
628

7-
@import '~vuetify/src/stylus/main'
29+
.v-icon
30+
font-weight: 500

0 commit comments

Comments
 (0)