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">
<g class="text-container">
<text
x="43"
y="79.45"
dominant-baseline="ideographic"
textLength="324"
lengthAdjust="spacingAndGlyphs"
class="fills">nzambello</text
>
<text x="43" y="79.45" dominant-baseline="ideographic" textLength="324" lengthAdjust="spacingAndGlyphs" class="fills">nzambello</text>
</g>
<g class="text-container text-container--light">
<text
x="372"
y="79.45"
dominant-baseline="ideographic"
textLength="72"
lengthAdjust="spacingAndGlyphs"
class="fills">/&gt;</text
>
<text x="372" y="79.45" dominant-baseline="ideographic" textLength="72" lengthAdjust="spacingAndGlyphs" class="fills">/&gt;</text>
</g>
<g class="text-container text-container--light">
<text y="79.45" dominant-baseline="ideographic" textLength="36" lengthAdjust="spacingAndGlyphs" class="fills"
>&lt;</text
>
<text y="79.45" dominant-baseline="ideographic" textLength="36" lengthAdjust="spacingAndGlyphs" class="fills">&lt;</text>
</g>
</svg>
<style>
@ -38,7 +22,7 @@
}
}
svg.logo .text-container {
font-family: 'Ubuntu Mono';
font-family: 'Fira Code';
font-style: normal;
font-weight: 700;
font-size: 72px;
@ -56,7 +40,7 @@
}
svg.logo .fills {
text-transform: none;
letter-spacing: normal;
letter-spacing: 2px;
white-space: pre;
}
</style>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB