Skip to content

Commit ab8e28d

Browse files
committed
CoderBot logo in Overpass mono typeface
1 parent ca9c208 commit ab8e28d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/components/Landing.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<v-content>
1010
<br>
1111
<div style="font-size: 24px;"> Benvenuto in </div>
12-
<div style="font-size: 80px; font-family: 'Cousine'">CoderBot</div>
12+
<div class="logo">CoderBot</div>
1313
<div style="font-size: 18px;"> Scegli un'azione per iniziare! </div>
1414
<v-container grid-list-md text-xs-center>
1515
<v-layout row wrap>
@@ -68,4 +68,10 @@ export default {
6868
</script>
6969
<!-- Add "scoped" attribute to limit CSS to this component only -->
7070
<style scoped>
71+
.logo {
72+
font-size: 80px;
73+
font-family: 'Overpass Mono';
74+
font-weight: 600;
75+
letter-spacing: -5px;
76+
}
7177
</style>

src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import 'material-design-icons-iconfont/dist/material-design-icons.css'
2323
import '@fortawesome/fontawesome-free/css/all.css'
2424
import 'typeface-cousine'
2525
import 'typeface-quicksand'
26+
import 'typeface-overpass-mono'
2627

2728
// Components
2829
import app from './App';

0 commit comments

Comments
 (0)