Skip to content

Commit 542ad1d

Browse files
committed
[css-fonts-4] Fix URL scheme in Font Fetching Requirements Example w3c#4098
1 parent 8a2f5a2 commit 542ad1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)