File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1646,10 +1646,11 @@ <h3 id="src-desc">Font reference: the <a href="#descdef-src">src</a> descriptor<
16461646the 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
44704471under 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 >
You can’t perform that action at this time.
0 commit comments