diff --git a/_includes/header.html b/_includes/header.html index 6fbcc83..b9eb77b 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,4 +1,10 @@ -andrewconl.in is CSSing
-blog til projects meta feed [archive] +andrewconl.in is CSSing
+ + blog + til + projects + meta + feed + [archive]

diff --git a/assets/css/default.css b/assets/css/default.css index 9e8e69a..b82bb1c 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -5,6 +5,13 @@ font-style: normal; } +@font-face { + font-family: 'Geist Black'; + src: url('/assets/fonts/Geist-Black.otf') format('opentype'); + font-weight: normal; + font-style: normal; +} + @font-face { font-family: 'Geist Mono'; src: url('/assets/fonts/GeistMonoNerdFont-Regular.otf') format('opentype'); @@ -98,6 +105,10 @@ a:hover { text-decoration: none; border-bottom: 2px solid #FABD2F; border-radius: 1px; + + img { + filter: brightness(0) saturate(100%); + } } img { diff --git a/assets/fonts/Geist-Black.otf b/assets/fonts/Geist-Black.otf new file mode 100644 index 0000000..c1489de Binary files /dev/null and b/assets/fonts/Geist-Black.otf differ diff --git a/assets/images/icons/rss.svg b/assets/images/icons/rss.svg new file mode 100644 index 0000000..54759f9 --- /dev/null +++ b/assets/images/icons/rss.svg @@ -0,0 +1,7 @@ + + + + + + rss [#1028] Created with Sketch. + \ No newline at end of file