correct font;
This commit is contained in:
parent
34081ba6f7
commit
6911203f71
3 changed files with 5 additions and 1 deletions
BIN
et-book.ttf
Normal file
BIN
et-book.ttf
Normal file
Binary file not shown.
|
|
@ -21,8 +21,12 @@
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
@font-face {
|
||||||
|
font-family: et-book;
|
||||||
|
src: url(et-book.ttf);
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
font-family: "EB Garamond";
|
font-family: et-book;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
background-color: #fffff8;
|
background-color: #fffff8;
|
||||||
margin: 100px auto;
|
margin: 100px auto;
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue