[2025-05-12] Add Geist Black font and RSS icon to header
This commit is contained in:
parent
d736858945
commit
fafa5ee954
4 changed files with 26 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
<span style="font-size: 24px;"><a href="/">andrewconl.in</a></span> <span style="color: #A89984;font-size:12px">is CSSing</span><br>
|
||||
<span style="font-size: 16px;word-spacing: 5px"><a href="/blog">blog</a> <a href="/til">til</a> <a href="/projects">projects</a> <a href="/meta">meta</a> <a href="/feed.xml">feed</a> <a href="/archive">[archive]</a></span>
|
||||
<span style="font-family: Geist Black;font-size: 24px;"><a href="/">andrewconl.in</a></span> <span style="color: #A89984;font-size:12px">is CSSing</span><br>
|
||||
<span style="font-family: Geist Black;font-size: 16px;word-spacing: 5px">
|
||||
<a href="/blog">blog</a>
|
||||
<a href="/til">til</a>
|
||||
<a href="/projects">projects</a>
|
||||
<a href="/meta">meta</a>
|
||||
<span style="word-spacing: 1px"><a href="/feed.xml">feed <img src="/assets/images/icons/rss.svg" style="display: inline;height: 12px;"/></a></span>
|
||||
<a href="/archive">[archive]</a></span>
|
||||
<br>
|
||||
<hr>
|
||||
|
|
|
@ -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 {
|
||||
|
|
BIN
assets/fonts/Geist-Black.otf
Normal file
BIN
assets/fonts/Geist-Black.otf
Normal file
Binary file not shown.
7
assets/images/icons/rss.svg
Normal file
7
assets/images/icons/rss.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 10 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#E7D7AD" stroke="#E7D7AD">
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="SVGRepo_iconCarrier"> <title>rss [#1028]</title> <desc>Created with Sketch.</desc> <defs> </defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Dribbble-Light-Preview" transform="translate(-65.000000, -3644.000000)" fill="#E7D7AD"> <g id="icons" transform="translate(56.000000, 160.000000)"> <path d="M9.01405871,3491.9522 L9.01405871,3492.95455 C9.01405871,3493.50785 9.46393743,3493.9569 10.0182523,3493.9569 L11.0224458,3493.9569 C11.0224458,3492.8493 10.1236926,3491.9522 9.01405871,3491.9522 M9,3487.94279 L9,3489.94749 C11.215251,3489.94749 13.0167743,3491.9953 13.0167743,3494 L15.0251614,3494 C15.0251614,3490.99295 12.3278975,3487.94279 9,3487.94279 M18.9937344,3492.85231 C19.0600112,3493.45071 18.592057,3494 17.9895408,3494 L17.0476073,3494 C17.0476073,3489.99059 13.0167743,3485.93809 9,3485.93809 L9,3484.99788 C9,3484.39647 9.53623937,3483.9394 10.1347387,3484.00656 C14.7801382,3484.52477 18.4745663,3488.21643 18.9937344,3492.85231" id="rss-[#1028]"> </path> </g> </g> </g> </g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue