[html5] r5103 - [e] (0) oops, got the urls for the fonts wrong...

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 9 13:23:02 PDT 2010


Author: ianh
Date: 2010-06-09 13:23:02 -0700 (Wed, 09 Jun 2010)
New Revision: 5103

Modified:
   complete.html
   index
Log:
[e] (0) oops, got the urls for the fonts wrong...

Modified: complete.html
===================================================================
--- complete.html	2010-06-09 19:57:37 UTC (rev 5102)
+++ complete.html	2010-06-09 20:23:02 UTC (rev 5103)
@@ -171,23 +171,23 @@
 
    @font-face {
      font-family: 'Essays1743';
-     src: url('Essays1743.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-weight: bold;
-     src: url('Essays1743-Bold.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Bold.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-style: italic;
-     src: url('Essays1743-Italic.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Italic.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-style: italic;
      font-weight: bold;
-     src: url('Essays1743-BoldItalic.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
    }
 
   </style><link href=status.css rel=stylesheet><script>
@@ -209,7 +209,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 7 June 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 9 June 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->

Modified: index
===================================================================
--- index	2010-06-09 19:57:37 UTC (rev 5102)
+++ index	2010-06-09 20:23:02 UTC (rev 5103)
@@ -171,23 +171,23 @@
 
    @font-face {
      font-family: 'Essays1743';
-     src: url('Essays1743.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-weight: bold;
-     src: url('Essays1743-Bold.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Bold.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-style: italic;
-     src: url('Essays1743-Italic.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Italic.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-style: italic;
      font-weight: bold;
-     src: url('Essays1743-BoldItalic.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
    }
 
   </style><style>




More information about the Commit-Watchers mailing list