File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 9
9
<v-content >
10
10
<br >
11
11
<div style =" font-size : 24px ;" > Benvenuto in </div >
12
- <div style = " font-size : 80 px ; font-family : ' Cousine ' " >CoderBot</div >
12
+ <div class = " logo " >CoderBot</div >
13
13
<div style =" font-size : 18px ;" > Scegli un'azione per iniziare! </div >
14
14
<v-container grid-list-md text-xs-center >
15
15
<v-layout row wrap >
@@ -68,4 +68,10 @@ export default {
68
68
</script >
69
69
<!-- Add "scoped" attribute to limit CSS to this component only -->
70
70
<style scoped>
71
+ .logo {
72
+ font-size : 80px ;
73
+ font-family : ' Overpass Mono' ;
74
+ font-weight : 600 ;
75
+ letter-spacing : -5px ;
76
+ }
71
77
</style >
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import 'material-design-icons-iconfont/dist/material-design-icons.css'
23
23
import '@fortawesome/fontawesome-free/css/all.css'
24
24
import 'typeface-cousine'
25
25
import 'typeface-quicksand'
26
+ import 'typeface-overpass-mono'
26
27
27
28
// Components
28
29
import app from './App' ;
You can’t perform that action at this time.
0 commit comments