CSS
ht
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
.ht {
padding: 1rem 3rem;
background-color: black;
font-family: 'Noto Sans', sans-serif;
color: white;
margin: 0 auto;
font-size: 12rem;
text-align: center;
}
SVG
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" height="100%" width="100%">
<style><![CDATA[
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
]]></style>
<g>
<rect x="0" y="0" height="100%" width="100%" />
<text x="50%" y="75%" width="90%" height="90%" font-family="'Noto Sans',sans-serif" font-size="12rem" fill="#fff" text-anchor="middle" aligment-baseline="middle">ht</text>
</g>
</svg>