fix: logo font

This commit is contained in:
Nicola Zambello 2023-07-18 18:38:07 +02:00
parent 332e5f4d26
commit 0b0b0e5c24
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -1,28 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" class="logo" width="456" height="94" viewBox="0 0 435 94" fill="none"> <svg xmlns="http://www.w3.org/2000/svg" class="logo" width="456" height="94" viewBox="0 0 435 94" fill="none">
<g class="text-container"> <g class="text-container">
<text <text x="43" y="79.45" dominant-baseline="ideographic" textLength="324" lengthAdjust="spacingAndGlyphs" class="fills">nzambello</text>
x="43"
y="79.45"
dominant-baseline="ideographic"
textLength="324"
lengthAdjust="spacingAndGlyphs"
class="fills">nzambello</text
>
</g> </g>
<g class="text-container text-container--light"> <g class="text-container text-container--light">
<text <text x="372" y="79.45" dominant-baseline="ideographic" textLength="72" lengthAdjust="spacingAndGlyphs" class="fills">/&gt;</text>
x="372"
y="79.45"
dominant-baseline="ideographic"
textLength="72"
lengthAdjust="spacingAndGlyphs"
class="fills">/&gt;</text
>
</g> </g>
<g class="text-container text-container--light"> <g class="text-container text-container--light">
<text y="79.45" dominant-baseline="ideographic" textLength="36" lengthAdjust="spacingAndGlyphs" class="fills" <text y="79.45" dominant-baseline="ideographic" textLength="36" lengthAdjust="spacingAndGlyphs" class="fills">&lt;</text>
>&lt;</text
>
</g> </g>
</svg> </svg>
<style> <style>
@ -38,7 +22,7 @@
} }
} }
svg.logo .text-container { svg.logo .text-container {
font-family: 'Ubuntu Mono'; font-family: 'Fira Code';
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
font-size: 72px; font-size: 72px;
@ -56,7 +40,7 @@
} }
svg.logo .fills { svg.logo .fills {
text-transform: none; text-transform: none;
letter-spacing: normal; letter-spacing: 2px;
white-space: pre; white-space: pre;
} }
</style> </style>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB