Skip to content

Commit 266b489

Browse files
committed
adjust fonts for epub
1 parent 924b6ff commit 266b489

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

1-js/06-advanced-functions/01-recursion/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.function-execution-context {
99
border: 1px solid black;
10-
font-family: "Consolas", monospace;
10+
font-family: 'DejaVu Sans Mono', 'Lucida Console', 'Menlo', 'Monaco', monospace;
1111
padding: 4px 6px;
1212
margin: 0 4px;
1313
}
@@ -23,4 +23,4 @@
2323
.function-execution-context-list li:first-child {
2424
font-weight: bold;
2525
}
26-
</style>
26+
</style>

2-ui/1-document/11-coordinates/2-position-at/solution.view/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
border: 1px solid black;
66
background: white;
77
text-align: center;
8-
font: italic 14px Georgia;
8+
font: italic 14px serif;
99
}
1010

1111
blockquote {
@@ -25,4 +25,4 @@ blockquote:before {
2525
line-height: .1em;
2626
margin-right: .25em;
2727
vertical-align: -.4em;
28-
}
28+
}

2-ui/1-document/11-coordinates/2-position-at/source.view/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
border: 1px solid black;
66
background: white;
77
text-align: center;
8-
font: italic 14px Georgia;
8+
font: italic 14px serif;
99
}
1010

1111
blockquote {
@@ -25,4 +25,4 @@ blockquote:before {
2525
line-height: .1em;
2626
margin-right: .25em;
2727
vertical-align: -.4em;
28-
}
28+
}

2-ui/1-document/11-coordinates/3-position-at-absolute/solution.view/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
border: 1px solid black;
66
background: white;
77
text-align: center;
8-
font: italic 14px Georgia;
8+
font: italic 14px serif;
99
}
1010

1111
blockquote {
@@ -25,4 +25,4 @@ blockquote:before {
2525
line-height: .1em;
2626
margin-right: .25em;
2727
vertical-align: -.4em;
28-
}
28+
}

2-ui/1-document/11-coordinates/4-position-inside-absolute/solution.view/index.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
border: 1px solid black;
66
background: white;
77
text-align: center;
8-
font: italic 14px Georgia;
8+
font: italic 14px serif;
99
opacity: .8;
1010
}
1111

@@ -26,4 +26,4 @@ blockquote:before {
2626
line-height: .1em;
2727
margin-right: .25em;
2828
vertical-align: -.4em;
29-
}
29+
}

3-animation/1-bezier-curve/demo.svg

+1-1
Loading

0 commit comments

Comments
 (0)