37 lines
1 KiB
XML
37 lines
1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 80" width="320" height="80">
|
|
<defs>
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap');
|
|
.brand-text {
|
|
font-family: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
|
|
fill: #B8860B;
|
|
}
|
|
.maison {
|
|
font-size: 14px;
|
|
letter-spacing: 0.4em;
|
|
font-weight: 300;
|
|
}
|
|
.lumiere {
|
|
font-size: 28px;
|
|
letter-spacing: 0.2em;
|
|
font-weight: 400;
|
|
}
|
|
.line {
|
|
stroke: #B8860B;
|
|
stroke-width: 0.5;
|
|
}
|
|
</style>
|
|
</defs>
|
|
|
|
<!-- Ligne decorative haut -->
|
|
<line class="line" x1="80" y1="18" x2="240" y2="18"/>
|
|
|
|
<!-- MAISON -->
|
|
<text class="brand-text maison" x="160" y="38" text-anchor="middle">MAISON</text>
|
|
|
|
<!-- LUMIERE -->
|
|
<text class="brand-text lumiere" x="160" y="62" text-anchor="middle">LUMIERE</text>
|
|
|
|
<!-- Ligne decorative bas -->
|
|
<line class="line" x1="80" y1="72" x2="240" y2="72"/>
|
|
</svg>
|