correct font;

This commit is contained in:
Barrett Ruth 2023-06-20 18:04:32 -05:00
parent 34081ba6f7
commit 6911203f71
3 changed files with 5 additions and 1 deletions

BIN
et-book.ttf Normal file

Binary file not shown.

View file

@ -21,8 +21,12 @@
</body>
<style type="text/css">
@font-face {
font-family: et-book;
src: url(et-book.ttf);
}
body {
font-family: "EB Garamond";
font-family: et-book;
font-size: 1.5em;
background-color: #fffff8;
margin: 100px auto;

Binary file not shown.