summaryrefslogtreecommitdiff
path: root/popup.html
blob: 7a512d001e88760d2a1d66e3eaa4dedd3aa254b3 (plain) (blame)
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
<!DOCTYPE html>
<html>
	<head>
		<title></title>
		<style>
			@font-face {
				font-family: 'PatrickHand-Regular';
				src: url('fonts/PatrickHand-Regular.ttf') format('truetype');
			}

			@font-face {
				font-family: 'Kalam';
				src: url('fonts/Kalam.ttf') format('truetype');
			}

			@font-face {
				font-family: 'Komika Jam';
				src: url('fonts/KomikaJam.ttf') format('truetype');
			}

			@font-face {
				font-family: 'Komika Slim';
				src: url('fonts/KomikaSlim.ttf') format('truetype');
			}

			@font-face {
				font-family: 'VTC Letterer Pro';
				src: url('fonts/VtcLettererPro.ttf') format('truetype');
			}

			@font-face {
				font-family: 'Bangers Regular';
				src: url('fonts/Bangers-Regular.ttf') format('truetype');
			}

			@font-face {
				font-family: 'CC Wild Words';
				src: url('fonts/CCWildWords-Regular.otf') format('opentype');
			}
		</style>
	</head>
	<body>
		<div id="root"></div>
		<script src="js/popup.js"></script>
	</body>
</html>