Use on the webTotal Use [ 5601 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/a38cb5a5229a10750afd5d4715ccf01b?family=YES24" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/a38cb5a5229a10750afd5d4715ccf01b?family=YES24);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "YES24";
src: url("https://db.onlinewebfonts.com/t/a38cb5a5229a10750afd5d4715ccf01b.eot");
src: url("https://db.onlinewebfonts.com/t/a38cb5a5229a10750afd5d4715ccf01b.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/a38cb5a5229a10750afd5d4715ccf01b.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/a38cb5a5229a10750afd5d4715ccf01b.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/a38cb5a5229a10750afd5d4715ccf01b.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/a38cb5a5229a10750afd5d4715ccf01b.svg#YES24")format("svg");
}
2CSS rules to specify fonts
font-family: "YES24";