From 3f3102d10b3cf6321662bf2f4b875d5caf95cd47 Mon Sep 17 00:00:00 2001 From: DeepChirp <66902050+DeepChirp@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:34:24 +0800 Subject: [PATCH] chore: use `text-autospace` by default --- source/css/_global/index.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/css/_global/index.styl b/source/css/_global/index.styl index 996265e..2013bf3 100644 --- a/source/css/_global/index.styl +++ b/source/css/_global/index.styl @@ -107,6 +107,7 @@ body font-size: var(--global-font-size) font-family: $font-family line-height: $text-line-height + text-autospace: normal -webkit-tap-highlight-color: rgba(0, 0, 0, 0) scroll-behavior: smooth