File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1945,7 +1945,7 @@ <h3 id=font-face-rule><span class=secno>4.1 </span>The @font-face rule</h3>
19451945 < pre >
19461946@font-face {
19471947 font-family: Gentium;
1948- src: url(http://site /fonts/Gentium.ttf);
1948+ src: url(http://example.com /fonts/Gentium.ttf);
19491949}
19501950
19511951p { font-family: Gentium, serif; }
@@ -4484,7 +4484,7 @@ <h2 id=rendering-considerations><span class=secno>7 </span>Resolving font
44844484
44854485 < pre > @font-face {
44864486 font-family: MainText;
4487- src: url(http://site /font.ttf);
4487+ src: url(http://example.com /font.ttf);
44884488 font-variant: oldstyle-nums proportional-nums styleset(1,3);
44894489}
44904490
@@ -4593,10 +4593,10 @@ <h2 class=no-num id=same-origin-restriction>Appendix A: Same-origin
45934593 < pre >
45944594/* same origin (i.e. domain, protocol, port match document) */
45954595src: url(fonts/simple.ttf);
4596- src: url(http: //fonts/simple.ttf);
4596+ src: url(//fonts/simple.ttf);
45974597
45984598/* cross origin, different protocol */
4599- src: url(https://fonts/simple.ttf);
4599+ src: url(https://example.com/ fonts/simple.ttf);
46004600
46014601/* cross origin, different domain */
46024602src: url(http://another.example.com/fonts/simple.ttf);
You can’t perform that action at this time.
0 commit comments