|
@@ -2,6 +2,11 @@
|
|
|
<head>
|
|
|
<title>Alice's Adventures in Wonderland -- Chapter I</title>
|
|
|
<style type="text/css" media="all">
|
|
|
+ @font-face {
|
|
|
+ font-family: "Bitstream Vera Serif Bold";
|
|
|
+ src: url("https://mdn.github.io/css-examples/web-fonts/VeraSeBd.ttf");
|
|
|
+ }
|
|
|
+
|
|
|
html {
|
|
|
background-color: #339;
|
|
|
}
|
|
@@ -14,6 +19,7 @@
|
|
|
}
|
|
|
|
|
|
p {
|
|
|
+ font-family: "Bitstream Vera Serif Bold", serif;
|
|
|
font-size: 10pt;
|
|
|
}
|
|
|
|