diff --git a/src/_layouts/photo.html b/src/_layouts/photo.html index 251e162..8f1cf0b 100644 --- a/src/_layouts/photo.html +++ b/src/_layouts/photo.html @@ -9,7 +9,19 @@ "{{page.title}}" by {{site.title}} + + + + + + + + + + + + diff --git a/src/_sass/common/font.scss b/src/_sass/common/font.scss index 6afe23c..6b19554 100644 --- a/src/_sass/common/font.scss +++ b/src/_sass/common/font.scss @@ -1,5 +1,7 @@ @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"); -@import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap"); +// @import url("https://fonts.googleapis.com/css2?family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap"); +@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap'); $title-font: "IBM Plex Serif", serif; -$body-font: "Overlock", sans-serif; \ No newline at end of file +// $body-font: "Overlock", sans-serif; +$body-font: "Funnel Sans", sans-serif; \ No newline at end of file diff --git a/src/_sass/default.scss b/src/_sass/default.scss index c2b82e8..ea00cb1 100644 --- a/src/_sass/default.scss +++ b/src/_sass/default.scss @@ -113,7 +113,7 @@ body { p, li { - font-size: 1.25rem; + // font-size: 1.25rem; } p { diff --git a/src/photography.html b/src/photography.html index 82332c0..3649c0f 100644 --- a/src/photography.html +++ b/src/photography.html @@ -6,13 +6,13 @@ title: Photography
{% assign photos_sorted = site.photos | sort: "date" | reverse %} {% for photo in photos_sorted %} -
+
- A photo titled: {{ photo.name }} + A photo titled: {{ photo.title }} -
- {{ photo.name }} - {{ photo.date | date: "%Y-%m-%d" }} +
+ {{ photo.title }} + {{ photo.date | date: "%Y-%m-%d" }}
{% endfor %}