Skip to content

Commit d1191b7

Browse files
committed
fix #4098
1 parent 81df400 commit d1191b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-fonts-3/Fonts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,7 @@ <h3 id=font-fetching-requirements><span class=secno>4.9. </span>Font
30623062
load:
30633063
<pre>/* cross origin, different scheme */
30643064
/* no Access-Control-xxx headers in response */
3065-
src: url(https://example.com/fonts/simple.woff);
3065+
src: url(http://example.com/fonts/simple.woff);
30663066

30673067
/* cross origin, different domain */
30683068
/* no Access-Control-xxx headers in response */

css-fonts-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,7 @@ src: url(http://another.example.com/fonts/simple.woff);
27102710

27112711
<pre>/* cross origin, different scheme */
27122712
/* no Access-Control-xxx headers in response */
2713-
src: url(https://example.com/fonts/simple.woff);
2713+
src: url(http://example.com/fonts/simple.woff);
27142714

27152715
/* cross origin, different domain */
27162716
/* no Access-Control-xxx headers in response */

0 commit comments

Comments
 (0)