forked from felipecustodio/p5-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
67 lines (55 loc) · 1.49 KB
/
style.css
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
@font-face {
font-family: 'Computer Modern Serif';
src: url('font/cmunrm.eot');
src: url('font/cmunrm.eot?#iefix') format('embedded-opentype'),
url('font/cmunrm.woff') format('woff'),
url('font/cmunrm.ttf') format('truetype'),
url('font/cmunrm.svg#cmunrm') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Serif';
src: url('font/cmunbx.eot');
src: url('font/cmunbx.eot?#iefix') format('embedded-opentype'),
url('font/cmunbx.woff') format('woff'),
url('font/cmunbx.ttf') format('truetype'),
url('font/cmunbx.svg#cmunbx') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Computer Modern Serif';
src: url('font/cmunti.eot');
src: url('font/cmunti.eot?#iefix') format('embedded-opentype'),
url('font/cmunti.woff') format('woff'),
url('font/cmunti.ttf') format('truetype'),
url('font/cmunti.svg#cmunti') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Computer Modern Serif';
src: url('font/cmunbi.eot');
src: url('font/cmunbi.eot?#iefix') format('embedded-opentype'),
url('font/cmunbi.woff') format('woff'),
url('font/cmunbi.ttf') format('truetype'),
url('font/cmunbi.svg#cmunbi') format('svg');
font-weight: bold;
font-style: italic;
}
body {
font-family: "Computer Modern", serif;
color: #fbeed7;
}
h1 {
font-size: 100pt;
}
canvas {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index: -3 !important;
}