JSFiddle - React, Tailwind, and code Playground
by holden321
HTML
<span class="gothic">Еще</span>
<span class="roboto">булочек</span>
CSS
@font-face {
font-family:True_Gothic_Cyr;
src: url(http://betsmarket.org/templates/sportranks/css/fonts/True_Gothic_Cyr.ttf);
}
@font-face {
font-family:Roboto;
src: url(http://trainer.holden.pro/Roboto-Thin.ttf);
}
span {font-size:48px;}
.gothic {font-family:True_Gothic_Cyr;}
.roboto {font-family:Roboto;}