fix: logo font
This commit is contained in:
parent
332e5f4d26
commit
0b0b0e5c24
|
|
@ -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">/></text
|
||||
>
|
||||
<text x="372" y="79.45" dominant-baseline="ideographic" textLength="72" lengthAdjust="spacingAndGlyphs" class="fills">/></text>
|
||||
</g>
|
||||
<g class="text-container text-container--light">
|
||||
<text y="79.45" dominant-baseline="ideographic" textLength="36" lengthAdjust="spacingAndGlyphs" class="fills"
|
||||
><</text
|
||||
>
|
||||
<text y="79.45" dominant-baseline="ideographic" textLength="36" lengthAdjust="spacingAndGlyphs" class="fills"><</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 |
Loading…
Reference in a new issue