Skip to content

Commit c35a350

Browse files
authored
Update index.html
1 parent 23ec852 commit c35a350

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

Releases/v1.0/index.html

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,6 @@
22
<title>v1.0 - release notes</title>
33
<link rel="icon" href="../../img/version-history.svg">
44
<link rel="stylesheet" href="../vstyles.css">
5-
<style>
6-
@font-face {
7-
font-family: 'mdfont';
8-
src: url('../../fonts/segoeuithis.eot'); /* IE9 Compat Modes */
9-
src: url('../../fonts/segoeuithis.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
10-
url('../../fonts/segoeuithis.woff') format('woff'), /* Modern Browsers */
11-
url('../../fonts/segoeuithis.ttf') format('truetype'), /* Safari, Android, iOS */
12-
url('../../fonts/segoeuithis.svg#svgFontName') format('svg'); /* Legacy iOS */
13-
}
14-
@font-face {
15-
font-family: 'mdfontbold';
16-
src: url('../../fonts/segoeuithibd.eot'); /* IE9 Compat Modes */
17-
src: url('../../fonts/segoeuithibd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
18-
url('../../fonts/segoeuithibd.woff') format('woff'), /* Modern Browsers */
19-
url('../../fonts/segoeuithibd.ttf') format('truetype'), /* Safari, Android, iOS */
20-
url('../../fonts/segoeuithibd.svg#svgFontName') format('svg'); /* Legacy iOS */
21-
}
22-
23-
p, a, {
24-
font-size:100%;
25-
font-family: mdfont;
26-
}
27-
h1 {
28-
font-size:200%;
29-
font-family: mdfontbold;
30-
}
31-
h2 {
32-
font-size:150%;
33-
font-family: mdfontbold;
34-
}
35-
h3 {
36-
font-size:116%;
37-
font-family: mdfontbold;
38-
}
39-
h4 {
40-
font-size:100%;
41-
font-family: mdfontbold;
42-
}
43-
h5 {
44-
font-size:83%;
45-
font-family: mdfontbold;
46-
}
47-
h6 {
48-
font-size:67%;
49-
font-family: mdfontbold;
50-
}
51-
</style>
525
</head>
536
<body>
547
<h1>v1.0</h1>

0 commit comments

Comments
 (0)