diff --git a/static/style.css b/static/style.css index 9a5f8fe..a4be6a9 100644 --- a/static/style.css +++ b/static/style.css @@ -9,8 +9,8 @@ --fg4: #a89984; --aqua: #8ec07c; --line: #3c3836; - --vk: 'Vollkorn', Georgia, serif; - --mj: 'Manjari', sans-serif; + --serif: 'Crimson Pro', Georgia, serif; + --mj: 'Manjari', sans-serif; } *, *::before, *::after { @@ -22,7 +22,7 @@ body { background: var(--bg); color: var(--fg); - font-family: var(--vk); + font-family: var(--serif); min-height: 100vh; } @@ -65,11 +65,11 @@ body { font-size: 32px; font-weight: 700; color: var(--fg3); - font-family: var(--vk); + font-family: var(--serif); } .pinfo h1 { - font-family: var(--vk); + font-family: var(--serif); font-size: 26px; font-weight: 700; color: var(--fg); @@ -108,6 +108,8 @@ body { font-family: var(--mj); font-style: normal; font-weight: 400; + font-size: 17px; + line-height: 1.5; } .rss-a { @@ -174,7 +176,7 @@ body { text-decoration: none; padding: 8px 0; margin-bottom: 16px; - font-family: var(--vk); + font-family: var(--serif); } .back-btn:hover { @@ -240,7 +242,7 @@ body { font-size: 14px; font-weight: 600; color: var(--fg3); - font-family: var(--vk); + font-family: var(--serif); flex-shrink: 0; } @@ -248,11 +250,11 @@ body { font-size: 14px; font-weight: 600; color: var(--fg); - font-family: var(--vk); + font-family: var(--serif); } .dcaption { - font-family: var(--vk); + font-family: var(--serif); font-size: 17px; font-style: italic; color: var(--fg); diff --git a/templates/index.html b/templates/index.html index 26bb9ec..6b9e03e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ Photo Gallery - + diff --git a/templates/photo.html b/templates/photo.html index 3d2cb2d..d73492f 100644 --- a/templates/photo.html +++ b/templates/photo.html @@ -4,7 +4,7 @@ {{.Photo.Caption}} - + diff --git a/templates/upload.html b/templates/upload.html index 7667d13..5906975 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -4,7 +4,7 @@ Upload — Photo Gallery - +