forked from paul-hammant/tbd
-
Notifications
You must be signed in to change notification settings - Fork 5
/
book_page_start.html
36 lines (33 loc) · 1.06 KB
/
book_page_start.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
<html>
<head>
<meta charset="utf-8">
<style>
@font-face {
font-family: 'Icon';
src: url('ZZ/fonts/icon.eot');
src: url('ZZ/fonts/icon.eot')
format('embedded-opentype'),
url('ZZ/fonts/icon.woff')
format('woff'),
url('ZZ/fonts/icon.ttf')
format('truetype'),
url('ZZ/fonts/icon.svg')
format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<link rel="stylesheet" href="ZZ/stylesheets/application.css">
<link rel="stylesheet" href="ZZ/stylesheets/temporary.css">
<link rel="stylesheet" href="ZZ/stylesheets/palettes.css">
<link rel="stylesheet" href="ZZ/stylesheets/highlight/highlight.css">
<link rel="stylesheet" href="ZZ/gfonts.css">
<style>
body, input {
font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
pre, code {
font-family: 'Ubuntu Mono', 'Courier New', 'Courier', monospace;
}
</style>
</head><body class="palette-primary-blue palette-accent-light-blue" style="background-color: white">