20 lines
878 B
XML
20 lines
878 B
XML
<svg viewBox="0 0 400 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&display=swap');
|
|
@keyframes fi3{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}
|
|
.fi3{animation:fi3 1s ease-out .5s both}
|
|
</style>
|
|
</defs>
|
|
|
|
<!-- Wordmark -->
|
|
<g class="fi3">
|
|
<text x="200" y="55" text-anchor="middle" font-family="'IBM Plex Mono',monospace" font-size="92" font-weight="600" letter-spacing=".03em">
|
|
<tspan fill="#C0CCD8">Onto</tspan><tspan fill="#E8A838">ref</tspan>
|
|
</text>
|
|
<text x="200" y="105" text-anchor="middle" font-family="'IBM Plex Sans',sans-serif" font-size="22" font-weight="500" fill="#A8B4C8" letter-spacing=".03em" opacity=".9">
|
|
Structure that remembers why.
|
|
</text>
|
|
</g>
|
|
</svg>
|