Skip to content

Commit aa1324a

Browse files
NightFurySL2001svgeesus
authored andcommitted
Add some more clarifications on ui-* fonts
1 parent 662767b commit aa1324a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

css-fonts-4/Overview.bs

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Generic font families</h4>
597597

598598
The precise font(s) used will depend on factors such as
599599
platform support, platform language, locale settings,
600-
user settings, Unicode coverage and the content language.
600+
user preferences, Unicode coverage and the content language.
601601
UA may optionally choose to use the text rendering engine provided by the platform when using
602602
''system-ui'' to match the appearance of the default user interface more closely.
603603

@@ -744,6 +744,8 @@ Generic font families</h4>
744744
Note: ''ui-serif'' is not expected to map to any font on platforms
745745
without an appropriate system font.
746746

747+
Note: see notes on ''system-ui'' for potential issues.
748+
747749
<div class="example" id="ex-sample-ui-serif">
748750
<figure>
749751
<img alt="sample ui-serif font" src="images/ui-serif.png" >
@@ -760,6 +762,8 @@ Generic font families</h4>
760762
Note: ''ui-sans-serif'' is not expected to map to any font on platforms
761763
without an appropriate system font.
762764

765+
Note: see notes on ''system-ui'' for potential issues.
766+
763767
<div class="example" id="ex-sample-ui-sans">
764768
<figure>
765769
<img alt="sample ui-sans-serif font" src="images/ui-sans-serif.png" >
@@ -777,6 +781,8 @@ Generic font families</h4>
777781
Note: ''ui-monospace'' is not expected to map to any font on platforms
778782
without an appropriate system font.
779783

784+
Note: see notes on ''system-ui'' for potential issues.
785+
780786
<div class="example" id="ex-sample-ui-mono">
781787
<figure>
782788
<img alt="sample ui-monospace font" src="images/ui-monospace.png" >
@@ -793,6 +799,8 @@ Generic font families</h4>
793799
Note: ''ui-rounded'' is not expected to map to any font on platforms
794800
without an appropriate system font.
795801

802+
Note: see notes on ''system-ui'' for potential issues.
803+
796804
<div class="example" id="ex-sample-ui-rounded">
797805
<figure>
798806
<img alt="sample ui-rounded font" src="images/ui-rounded.png" >
@@ -8158,7 +8166,10 @@ Any Installed Font which is not a User-Installed font is a Preinstalled Font. It
81588166
<h3 id="system-font">
81598167
System Font</h3>
81608168

8161-
The System Font is the font which is used by the ''system-ui'' <a href="#system-ui-def">generic font family name</a>. It is an example of a Preinstalled Font.
8169+
The System Font is the font which is used by the ''system-ui'' <a href="#system-ui-def">generic font family name</a>. It is an example of a Preinstalled Font.
8170+
8171+
Additional font styles may also be provided as <a href="#ui-sans-serif-def">''ui-sans-serif''</a>, <a href="#ui-serif-def">''ui-serif''</a>, <a href="#ui-monospace-def">''ui-monospace''</a>,
8172+
and <a href="#ui-rounded-def">''ui-rounded''</a> which are also Preinstalled Font(s) if the system provides them.
81628173

81638174
<wpt>
81648175
system-ui-ar.html

0 commit comments

Comments
 (0)