diff --git a/src/assets/css/style.scss b/src/assets/css/style.scss index 0f7711e..9005dde 100755 --- a/src/assets/css/style.scss +++ b/src/assets/css/style.scss @@ -1,4 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap'); .icon { transform: translate(3px, -3px); diff --git a/src/components/Banner.vue b/src/components/Banner.vue index 0f2834e..f3b1d66 100755 --- a/src/components/Banner.vue +++ b/src/components/Banner.vue @@ -1,5 +1,5 @@ - + {{ $t('home.banner.hello') }} Arthur Danjou 👋, @@ -8,26 +8,66 @@ {{ $t('home.banner.role') }}. {{ $t('home.banner.student.main') }} {{ $t('home.banner.student.strong') }}. - {{ $t('home.banner.contact.follow') }} - Twitter, - Twitch - {{ $t('home.banner.contact.and') }} - Github - {{ $t('home.banner.contact.spacer') }} - {{ $t('home.banner.contact.contact') }} {{ $t('home.banner.contact.me') }} - + + Develop. + Publish. + Improve. + diff --git a/src/layouts/default.vue b/src/layouts/default.vue index 842dbde..2c52db9 100755 --- a/src/layouts/default.vue +++ b/src/layouts/default.vue @@ -16,7 +16,7 @@ > - + diff --git a/windi.config.ts b/windi.config.ts index e3a695d..852b4d6 100755 --- a/windi.config.ts +++ b/windi.config.ts @@ -1,5 +1,4 @@ import {defineConfig} from "windicss/helpers"; - const colors = require('windicss/colors') module.exports = defineConfig({ @@ -320,9 +319,9 @@ module.exports = defineConfig({ '"Segoe UI Symbol"', '"Noto Color Emoji"', ], - serif: ['raleway', 'ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'], + serif: ['Raleway', 'ui-serif', 'Georgia', 'Cambria', '"Times New Roman"', 'Times', 'serif'], mono: [ - 'raleway', + 'Raleway', 'ui-monospace', 'SFMono-Regular', 'Menlo', @@ -332,6 +331,7 @@ module.exports = defineConfig({ '"Courier New"', 'monospace', ], + color: ['Roboto', 'serif'] }, fontSize: { xs: ['0.75rem', { lineHeight: '1rem' }],
{{ $t('home.banner.contact.follow') }} - Twitter, - Twitch - {{ $t('home.banner.contact.and') }} - Github - {{ $t('home.banner.contact.spacer') }} - {{ $t('home.banner.contact.contact') }} {{ $t('home.banner.contact.me') }} -