diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-27 01:36:00 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-27 01:36:00 -0500 |
commit | 4423bad3b71200a7b385503cf863396809f917f0 (patch) | |
tree | f6aedc2a906231cfe4ee29a7b1022d648fd19d03 | |
parent | f4f0f93466771dd277a4a847224c6da626f65590 (diff) |
fonts poetry
-rw-r--r-- | static/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css index 11a4cbb..94e3b89 100644 --- a/static/styles.css +++ b/static/styles.css @@ -61,13 +61,13 @@ hr { } .poetry { - font-size: 85%; - font-family: EBGaramond; + font-size: 95%; + font-family: Charter; } .byline { font-style: italic; - font-size: 75%; + font-size: 85%; } #share { |