no cursive
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { pinia } from "@/store/store";
|
import { pinia } from "@/store/store";
|
||||||
import { defineApp } from "iles";
|
import { defineApp } from "iles";
|
||||||
import "@/assets/base.scss";
|
|
||||||
|
|
||||||
export default defineApp({
|
export default defineApp({
|
||||||
enhanceApp({ app }) {
|
enhanceApp({ app }) {
|
||||||
|
|||||||
@@ -19,8 +19,11 @@ const style = `font-size: ${fontSize[props.size]}`;
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
@use "@/assets/fonts";
|
||||||
|
|
||||||
.julien-calixte {
|
.julien-calixte {
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-family: "Meow Script", cursive;
|
font-family: "Meow Script", "Lucida Sans", "Lucida Sans Regular",
|
||||||
|
"Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -4,3 +4,7 @@
|
|||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
@use "@/assets/base";
|
||||||
|
</style>
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@use "@/assets/base";
|
||||||
|
|
||||||
article#main-article {
|
article#main-article {
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user