From d1828eab0ccd56138f0b78fa6f104bd86ae276bf Mon Sep 17 00:00:00 2001 From: NFSL2001 <33471049+NightFurySL2001@users.noreply.github.com> Date: Thu, 13 Aug 2026 11:43:41 +0800 Subject: [PATCH] clarify the suitability of system-ui --- css-fonts-4/Overview.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css-fonts-4/Overview.bs b/css-fonts-4/Overview.bs index 880241f9687..6a6b772e935 100644 --- a/css-fonts-4/Overview.bs +++ b/css-fonts-4/Overview.bs @@ -638,7 +638,8 @@ Generic font families or ''lang="ja"'' in Chinese locale). Some operating system vendors does not offer means to customise ''system-ui'', unlike UAs that generally allow users to customise the generic ''sans-serif'' or ''serif'' font family. - As the name implies, ''system-ui'' is intended for use with UI elements in web application, and not for large paragraphs of text or articles. + As the name implies, ''system-ui'' is intended for use with UI elements in web application, + and may or may not be suitable for large paragraphs of text or articles depending on operating system vendor implementation.
math