Changed font

This commit is contained in:
Romain de Laage 2020-02-02 19:30:25 +01:00
parent ab9e03384e
commit 591da2779c
1 changed files with 16 additions and 8 deletions

View File

@ -1,11 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="225" width="225">
<g transform="translate(55,20)" id="content">
<rect ry="5" rx="5" y="0" x="0" height="150" width="50" fill="#f6b93b" />
<rect ry="5" rx="5" y="0" x="65" height="90" width="50" fill="#1e3799" />
<circle r="25" cy="125" cx="90" fill="#eb2f06" />
</g>
<g transform="translate(112,180)" id="text">
<text x="0" y="25" fill="#1e3799" font-size="25px" font-family="Sans-serif" text-anchor="middle">Dervom</text>
</g>
<defs>
<style type="text/css">
@font-face {
font-family: Adonay;
src: url("https://css.rdelaage.ovh/Adonay.ttf");
}
</style>
</defs>
<g transform="translate(55,20)" id="content">
<rect ry="5" rx="5" y="0" x="0" height="150" width="50" fill="#f6b93b" />
<rect ry="5" rx="5" y="0" x="65" height="90" width="50" fill="#1e3799" />
<circle r="25" cy="125" cx="90" fill="#eb2f06" />
</g>
<g transform="translate(112,180)" id="text">
<text x="0" y="25" fill="#000000" font-size="30px" font-family="Adonay" text-anchor="middle">Dervom</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 560 B

After

Width:  |  Height:  |  Size: 698 B