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">
|
<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">/></text>
|
||||||
x="372"
|
|
||||||
y="79.45"
|
|
||||||
dominant-baseline="ideographic"
|
|
||||||
textLength="72"
|
|
||||||
lengthAdjust="spacingAndGlyphs"
|
|
||||||
class="fills">/></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"><</text>
|
||||||
><</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 |
Loading…
Reference in a new issue