diff --git a/content/favicon.ico b/content/favicon.ico index 72cff43..ba21097 100644 Binary files a/content/favicon.ico and b/content/favicon.ico differ diff --git a/content/favicon.png b/content/favicon.png new file mode 100644 index 0000000..0e61cab Binary files /dev/null and b/content/favicon.png differ diff --git a/content/gmgpin.gif b/content/gmgpin.gif old mode 100755 new mode 100644 index 20e8c51..de201ab Binary files a/content/gmgpin.gif and b/content/gmgpin.gif differ diff --git a/themes/hugo-casper3/assets/scss/main.scss b/themes/hugo-casper3/assets/scss/main.scss index 1aa0d7a..4f59d1f 100644 --- a/themes/hugo-casper3/assets/scss/main.scss +++ b/themes/hugo-casper3/assets/scss/main.scss @@ -468,7 +468,7 @@ body{ justify-content:space-between; align-items:flex-start; height:64px; - font-size:1.3rem + font-size:1.5rem } .site-nav,.site-nav-left{ display:flex; @@ -483,7 +483,6 @@ body{ padding:10px 0 80px; font-weight:500; letter-spacing:.2px; - text-transform:uppercase; white-space:nowrap; -ms-overflow-scrolling:touch } @@ -538,7 +537,8 @@ body{ margin:0 0 0 -12px; padding:0; list-style:none; - transition:all 1s cubic-bezier(.19,1,.22,1) + transition:all 1s cubic-bezier(.19,1,.22,1); + font-family:Mustica Pro,Roboto,sans-serif } .nav li{ display:block; @@ -750,7 +750,8 @@ body{ .post-card-title{ margin:0 0 .4em; line-height:1.15em; - transition:color .2s ease-in-out + transition:color .2s ease-in-out; + font-family:Mustica Pro,Roboto,sans-serif } .no-image .post-card-title{ margin-top:0 @@ -984,7 +985,8 @@ body{ } .post-full-title{ margin:0 0 .2em; - color:#e5e5e5 + color:#e5e5e5; + font-family:Mustica Pro,Roboto,sans-serif } .post-full-custom-excerpt{ margin:20px 0 0; @@ -1186,7 +1188,7 @@ body{ } .post-full-content h1,.post-full-content h2,.post-full-content h3,.post-full-content h4,.post-full-content h5,.post-full-content h6{ color:#e5e5e5; - font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif + font-family:Mustica Pro,Roboto,sans-serif } .post-full-content h1{ margin:.5em 0 .4em; @@ -1259,7 +1261,7 @@ body{ padding:.4em 1em .9em; border:0; color:#e5e5e5; - font-family:Roboto,serif; + font-family:Mustica Pro,Roboto,serif; font-size:3.2rem; line-height:1.35em; text-align:center diff --git a/themes/hugo-casper3/layouts/partials/site-nav.html b/themes/hugo-casper3/layouts/partials/site-nav.html index 8888aee..8a73e6a 100644 --- a/themes/hugo-casper3/layouts/partials/site-nav.html +++ b/themes/hugo-casper3/layouts/partials/site-nav.html @@ -1,10 +1,7 @@