Skip to content

Commit 32a4384

Browse files
author
John Daggett
committed
maybe the fonts spec should use a decent font, wadda ya dink?
1 parent 924b979 commit 32a4384

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@
1111
-->
1212
<link href="../default.css" rel=stylesheet type="text/css">
1313
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
14+
<!-- I'm just experimenting here, don't get your bee in a bonnet -->
15+
<script src="http://use.typekit.com/xon2bky.js"
16+
type="text/javascript"></script>
17+
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
1418

1519
<style type="text/css">
16-
20+
1721
body {
1822
padding: 2em 70px 2em 70px;
1923
}
20-
24+
2125
p + p, p.mtb {
2226
margin-top: 0.8em;
2327
text-indent: 0px;
@@ -105,6 +109,13 @@
105109
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
106110
type="text/css">
107111

112+
<style type="text/css">
113+
body {
114+
font-family: "myriad-pro", sans-serif; !important
115+
}
116+
117+
</style>
118+
108119
<body>
109120
<div class=head> <!--begin-logo-->
110121
<p><a href="http://www.w3.org/"><img alt=W3C height=48

0 commit comments

Comments
 (0)