From 377ac9b834dac0765d7efa6ae0c32cc789f72f6e Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 25 Feb 2025 21:05:59 +0800 Subject: [PATCH] fix --- src/components/Tutorial.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/Tutorial.vue b/src/components/Tutorial.vue index 955f09e..f99b716 100644 --- a/src/components/Tutorial.vue +++ b/src/components/Tutorial.vue @@ -123,6 +123,16 @@ watch(step, render) padding: 1rem; cursor: pointer; border-radius: 0.4rem; + font-family: + v-sans, + system-ui, + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + sans-serif, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol"; } .my-action-btn::before {