File tree Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 17
17
"ar.js" : " ^1.4.10" ,
18
18
"font-awesome-picker" : " ^2.0.0" ,
19
19
"three" : " ^0.92.0" ,
20
+ "typeface-fira-mono" : " 0.0.54" ,
20
21
"typeface-overpass" : " 0.0.54" ,
21
22
"typeface-overpass-mono" : " 0.0.54" ,
22
23
"typeface-roboto" : " 0.0.54" ,
Original file line number Diff line number Diff line change @@ -11,17 +11,14 @@ import store from './store/index'
11
11
// Main components
12
12
import axios from 'axios' ;
13
13
import Vuetify from 'vuetify' ;
14
- //import 'vuetify/dist/vuetify.min.css';
15
- import './main.styl'
16
14
17
- // PrismJS style (syntax highlight)
18
- import 'prismjs/themes/prism.css '
15
+ // Application Style
16
+ import './main.styl '
19
17
20
18
// Fonts
21
19
import 'typeface-roboto'
22
20
import 'material-design-icons-iconfont/dist/material-design-icons.css'
23
21
import '@fortawesome/fontawesome-free/css/all.css'
24
- import 'typeface-cousine'
25
22
import 'typeface-quicksand'
26
23
import 'typeface-overpass'
27
24
import 'typeface-overpass-mono'
Original file line number Diff line number Diff line change 1
1
// Application Styling
2
- // Import then overwrite the default style
2
+ // Import then overwrite the default styles
3
3
4
- // Variables
4
+ // PrismJS theme
5
+ @import 'prismjs/themes/prism.css'
6
+
7
+ // Vuetify Variables
5
8
@import '~vuetify/src/stylus/settings/_variables'
6
9
10
+ // Vuetify Components
11
+ @import '~vuetify/src/stylus/main'
12
+
13
+ // Actual modifications
14
+
7
15
$body-font-family = 'Open Sans'
8
16
$heading-font-family = 'Overpass'
9
17
$button-font-weight = 600
@@ -14,8 +22,6 @@ $font-weights = {
14
22
medium : 600 ,
15
23
}
16
24
17
- // Components
18
- @import '~vuetify/src/stylus/main'
19
25
20
26
h3
21
27
font-size : 20px
28
34
29
35
.v-tabs__div
30
36
font-size : 15px
31
- font-weight : 600
37
+ font-weight : 500
32
38
33
39
.v-navigation-drawer
34
40
.v-list .v-list__tile
35
41
font-weight : 500
36
42
font-size : 16px
37
43
38
44
.v-icon
39
- font-weight : 500
45
+ font-weight : 500
46
+
47
+ code [class* = "language-" ]
48
+ pre [class* = "language-" ]
49
+ font-size : 16px
You can’t perform that action at this time.
0 commit comments