-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
70 lines (59 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<style>
@font-face {
font-family: KaTeX_Main;
font-weight: 400;
font-style: normal;
src: url(../fonts/KaTeX_Main-Regular.woff2);
}
@font-face {
font-family: KaTeX_Math;
font-weight: 400;
font-style: normal;
src: url(../fonts/KaTeX_Math-Regular.woff2);
}
@font-face {
font-family: KaTeX_Size1;
font-weight: 400;
font-style: normal;
src: url(../fonts/KaTeX_Size1-Regular.woff2);
}
@font-face {
font-family: KaTeX_Size2;
font-weight: 400;
font-style: normal;
src: url(../fonts/KaTeX_Size2-Regular.woff2);
}
@font-face {
font-family: KaTeX_Size3;
font-weight: 400;
font-style: normal;
src: url(../fonts/KaTeX_Size3-Regular.woff2);
}
@font-face {
font-family: KaTeX_Size4;
font-weight: 400;
font-style: normal;
src: url(../fonts/KaTeX_Size4-Regular.woff2);
}
body {
background-color: #DADADA;
}
svg {
background-color: #FFFFFF;
margin-left: 64px;
}
.row {
padding-top: 32px;
}
canvas {
background-color: #FFFFFF;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.5.10/webfont.js"></script>
</head>
<body>
<script src="build/bundle.js"></script>
</body>
</html>