Skip to content

Commit 6193228

Browse files
author
John Daggett
committed
appeasing the pubchecker gods
1 parent 1298ec3 commit 6193228

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css3-fonts/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

19511951
p { 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) */
45954595
src: 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 */
46024602
src: url(http://another.example.com/fonts/simple.ttf);

0 commit comments

Comments
 (0)