File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments