Skip to content

Commit 7586d64

Browse files
committed
[css-fonts-3] update changes section
1 parent 42dc347 commit 7586d64

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

css-fonts-3/Fonts.src.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,10 +1646,11 @@ <h3 id="src-desc">Font reference: the <a href="#descdef-src">src</a> descriptor<
16461646
the user agent should download the font resource.</p>
16471647

16481648
<pre>
1649-
/* load WOFF font if possible, otherwise use OpenType font */
1649+
/* load WOFF2 font if possible, otherwise WOFF, else use OpenType font */
16501650
@font-face {
16511651
font-family: bodytext;
1652-
src: url(ideal-sans-serif.woff) format("woff"),
1652+
src: url(ideal-sans-serif.woff2) format("woff2"),
1653+
url(good-sans-serif.woff) format("woff"),
16531654
url(basic-sans-serif.ttf) format("opentype");
16541655
}
16551656
</pre>
@@ -4470,7 +4471,15 @@ <h2 id="platform-props-to-css" class="no-num">Appendix A: Mapping platform font
44704471
under Mac OS X.</p>
44714472

44724473
<h2 class="no-num" id="ch-ch-ch-changes">Changes</h2>
4473-
<h3 class="no-num" id="recent-changes">
4474+
4475+
<h3 class="no-num" id="recent-changes">
4476+
Changes from the <a href="https://www.w3.org/TR/2018/CR-css-fonts-3-20180315/">March 15 2018 CSS Fonts 3 Candidate Recommendation</a></h3>
4477+
4478+
<ul>
4479+
<li>'font-variant' descriptor moved to Fonts 4 due to lack of implementations</li>
4480+
</ul>
4481+
4482+
<h3 class="no-num" id="less-recent-changes">
44744483
Changes from the <a href="https://www.w3.org/TR/2013/CR-css-fonts-3-20131003/">October 2013 CSS3 Fonts Candidate Recommendation</a></h3>
44754484

44764485
<ul>

0 commit comments

Comments
 (0)