Skip to content

Commit 6b7d9c8

Browse files
committed
[css-font-load-events] remove some extra styling
1 parent 7bdbdd3 commit 6b7d9c8

2 files changed

Lines changed: 2 additions & 74 deletions

File tree

css-font-load-events/Overview.html

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,9 @@
44
<link href=../default.css rel=stylesheet type=text/css>
55
<link href=../csslogo.ico rel="shortcut icon" type=image/x-icon>
66
<link href=https://www.w3.org/StyleSheets/TR/W3C-ED rel=stylesheet type=text/css>
7-
<script src=http://use.typekit.com/xon2bky.js type=text/javascript></script>
8-
<script type=text/javascript>try{Typekit.load();}catch(e){}</script>
9-
107
</head>
118
<body class=h-entry>
12-
<style scoped type=text/css>
13-
body, th, td, h1, h2, h3, h4, h5, h6 {
14-
font-family: "myriad-pro", sans-serif !important;
15-
}
16-
17-
body {
18-
padding: 2em 70px 2em 70px;
19-
}
20-
21-
p + p, p.mtb {
22-
margin-top: 0.8em;
23-
text-indent: 0px;
24-
}
25-
9+
<style scoped>
2610
#bolderlighter {
2711
width: 40%;
2812
}
@@ -36,10 +20,6 @@
3620
text-align: left;
3721
}
3822

39-
dd {
40-
margin-bottom: 1em;
41-
}
42-
4323
#authors dd {
4424
margin-bottom: 0;
4525
}
@@ -56,21 +36,10 @@
5636
margin-top: 0.8em;
5737
}
5838

59-
div.example {
60-
padding: 1em;
61-
margin-top: 1em;
62-
}
63-
64-
div.example + div.example {
65-
margin-top: 2em;
66-
}
67-
6839
div.figure {
6940
page-break-inside: avoid;
7041
}
7142

72-
pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }
73-
7443
div.featex {
7544
width: 700px;
7645
}
@@ -80,11 +49,6 @@
8049
display: block;
8150
}
8251

83-
span.tag {
84-
font-family: monospace;
85-
font-size: 120%;
86-
}
87-
8852
ol ol {
8953
list-style-type: lower-alpha;
9054
}

css-font-load-events/Overview.src.html

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,7 @@ <h1>CSS Font Load Events Module Level 3</h1>
1313
Ignored Terms: domerror, notfounderror, networkerror, canvasrenderingcontext2d, font
1414
</pre>
1515

16-
<script type="text/javascript" src="http://use.typekit.com/xon2bky.js"></script>
17-
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
18-
19-
<style type="text/css">
20-
body, th, td, h1, h2, h3, h4, h5, h6 {
21-
font-family: "myriad-pro", sans-serif !important;
22-
}
23-
24-
body {
25-
padding: 2em 70px 2em 70px;
26-
}
27-
28-
p + p, p.mtb {
29-
margin-top: 0.8em;
30-
text-indent: 0px;
31-
}
32-
16+
<style>
3317
#bolderlighter {
3418
width: 40%;
3519
}
@@ -43,10 +27,6 @@ <h1>CSS Font Load Events Module Level 3</h1>
4327
text-align: left;
4428
}
4529

46-
dd {
47-
margin-bottom: 1em;
48-
}
49-
5030
#authors dd {
5131
margin-bottom: 0;
5232
}
@@ -63,21 +43,10 @@ <h1>CSS Font Load Events Module Level 3</h1>
6343
margin-top: 0.8em;
6444
}
6545

66-
div.example {
67-
padding: 1em;
68-
margin-top: 1em;
69-
}
70-
71-
div.example + div.example {
72-
margin-top: 2em;
73-
}
74-
7546
div.figure {
7647
page-break-inside: avoid;
7748
}
7849

79-
pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }
80-
8150
div.featex {
8251
width: 700px;
8352
}
@@ -87,11 +56,6 @@ <h1>CSS Font Load Events Module Level 3</h1>
8756
display: block;
8857
}
8958

90-
span.tag {
91-
font-family: monospace;
92-
font-size: 120%;
93-
}
94-
9559
ol ol {
9660
list-style-type: lower-alpha;
9761
}

0 commit comments

Comments
 (0)