style: index page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@font-face {
|
||||
font-family: "LINE Seed TW";
|
||||
font-family: "line-seed";
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-display: swap;
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "LINE Seed TW";
|
||||
font-family: "line-seed";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "LINE Seed TW";
|
||||
font-family: "line-seed";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
@@ -23,7 +23,7 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "LINE Seed TW";
|
||||
font-family: "line-seed";
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
@@ -31,12 +31,12 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
font-family: "LINE Seed TW", sans-serif;
|
||||
font-family: "line-seed", sans-serif;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#app,
|
||||
.v-application {
|
||||
font-family: "LINE Seed TW", sans-serif;
|
||||
font-family: "line-seed", sans-serif;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
* Configures SASS variables and Vuetify overwrites
|
||||
*/
|
||||
|
||||
// https://vuetifyjs.com/features/sass-variables/`
|
||||
// @use 'vuetify/settings' with (
|
||||
// $color-pack: false
|
||||
// );
|
||||
// https://vuetifyjs.com/features/sass-variables/
|
||||
@use 'vuetify/settings' with (
|
||||
$body-font-family: ('line-seed', sans-serif),
|
||||
$heading-font-family: ('line-seed', sans-serif)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user