22 lines
560 B
XML
22 lines
560 B
XML
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
|
<style>
|
|
@font-face {
|
|
font-family: "LinBiolinum";
|
|
src: url("../fonts/LinLibertine/LinBiolinum_R.otf") format("opentype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "LinBiolinum";
|
|
font-weight: bold;
|
|
src: url("../fonts/LinLibertine/LinBiolinum_RB.otf") format("opentype");
|
|
}
|
|
|
|
.tr {
|
|
font: bold 380px "LinBiolinum";
|
|
fill: #2d3138;
|
|
} </style>
|
|
<rect x="0" y="0" width="100%" height="100%" fill="white" />
|
|
<text x="32" y="392" class="tr">T</text>
|
|
<text x="208" y="392" class="tr">R</text>
|
|
</svg>
|