feat: 更换字体v,以及页面加载之前就设置字体 #96
This commit is contained in:
@@ -22,7 +22,7 @@ const { t } = useI18n()
|
||||
<template>
|
||||
<div class="absolute z-10 flex flex-col items-center justify-center -translate-x-1/2 left-1/2">
|
||||
<h2
|
||||
class="pt-12 m-0 mb-12 font-mono tracking-wide text-center leading-12 header-title"
|
||||
class="pt-12 m-0 mb-12 tracking-wide text-center leading-12 header-title"
|
||||
:style="{ fontSize: `${textSize * 1.5}px`, color: textColor }"
|
||||
>
|
||||
{{ topTitle }}
|
||||
|
||||
Reference in New Issue
Block a user