font
This commit is contained in:
+6
-2
@@ -19,11 +19,11 @@ import { RouterLink, RouterView } from 'vue-router'
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Fredoka+One&display=swap');
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
font-family: 'Playfair Display', serif;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
--blush-900: #8e2c4a;
|
||||
--blush-700: #c85a7c;
|
||||
--blush-500: #f1a3ba;
|
||||
@@ -56,6 +56,10 @@ button {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Fredoka One', sans-serif;
|
||||
}
|
||||
|
||||
.app-shell {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user