-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmystyle.css
More file actions
50 lines (44 loc) · 1.4 KB
/
mystyle.css
File metadata and controls
50 lines (44 loc) · 1.4 KB
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
body {
font-family: 'Dancing Script', cursive;
background: #F3ECCB;
}
g.axis line, g.axis path {
fill:none;
stroke: #000;
}
g.tick {
font-size: 12px;
}
.axis text {
font-style: italic;
}
@font-face {
src: local("Times");
font-family: embeddedTimes;
advancedAntiAliasing: true;
fontWeight: bold;
}
@font-face {
font-family: 'chancery_cursiveitalic';
src: url('../fonts/chancur-webfont.eot');
src: url('../fonts/chancur-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/chancur-webfont.woff2') format('woff2'),
url('../fonts/chancur-webfont.woff') format('woff'),
url('../fonts/chancur-webfont.ttf') format('truetype'),
url('../fonts/hancur-webfont.svg#chancery_cursiveitalic') format('svg');
font-weight: normal;
font-style: normal;
font-size: 120%;
}
@font-face {
font-family: 'maranalloregular';
src: url('../fonts/maranallo-webfont.eot');
src: url('../fonts/maranallo-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/maranallo-webfont.woff2') format('woff2'),
url('../fonts/maranallo-webfont.woff') format('woff'),
url('../fonts/maranallo-webfont.ttf') format('truetype'),
url('../fonts/maranallo-webfont.svg#maranalloregular') format('svg');
font-weight: normal;
font-style: normal;
font-size: 120%;
}