- From: John Daggett via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Feb 2012 08:03:50 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-fonts
In directory hutz:/tmp/cvs-serv31608
Modified Files:
Fonts.html
Log Message:
maybe the fonts spec should use a decent font, wadda ya dink?
Index: Fonts.html
===================================================================
RCS file: /sources/public/csswg/css3-fonts/Fonts.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Fonts.html 17 Feb 2012 07:39:13 -0000 1.69
+++ Fonts.html 17 Feb 2012 08:03:48 -0000 1.70
@@ -11,13 +11,17 @@
-->
<link href="../default.css" rel=stylesheet type="text/css">
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
+ <!-- I'm just experimenting here, don't get your bee in a bonnet -->
+ <script src="http://use.typekit.com/xon2bky.js"
+ type="text/javascript"></script>
+ <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<style type="text/css">
-
+
body {
padding: 2em 70px 2em 70px;
}
-
+
p + p, p.mtb {
margin-top: 0.8em;
text-indent: 0px;
@@ -105,6 +109,13 @@
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
type="text/css">
+ <style type="text/css">
+ body {
+ font-family: "myriad-pro", sans-serif; !important
+ }
+
+ </style>
+
<body>
<div class=head> <!--begin-logo-->
<p><a href="http://www.w3.org/"><img alt=W3C height=48
Received on Friday, 17 February 2012 08:03:55 UTC