Fix font flickering
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 58s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 58s
This commit is contained in:
parent
0751d271be
commit
e3bff8c07f
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
:root {
|
:root {
|
||||||
--vp-font-family-mono: Roboto Mono, monospace;
|
--vp-font-family-base: Inter;
|
||||||
|
--vp-font-family-mono: Roboto Mono;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main .name .clip {
|
.main .name .clip {
|
||||||
font-family: Pacifico, cursive;
|
font-family: Pacifico;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
Loading…
Reference in a new issue