<style>

@font-face {
font-family: 'Leakage';
src: url('https://raw.githubusercontent.com/aureuswrites/leakage-font/main/Leakage.woff') format('woff');
}

.editable-text {
font-family: 'Leakage';
font-size: 48px;
color: #U18067;
background-color: #90B270;
}
</style>

<div class="editable-text">Welcome!</div>

Comments