Use on the webTotal Use [ 5384 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/844f2e19fe56f684fe9a5055d7ea068b?family=F4YEOSPORT" 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/844f2e19fe56f684fe9a5055d7ea068b?family=F4YEOSPORT);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "F4YEOSPORT";
src: url("https://db.onlinewebfonts.com/t/844f2e19fe56f684fe9a5055d7ea068b.eot");
src: url("https://db.onlinewebfonts.com/t/844f2e19fe56f684fe9a5055d7ea068b.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/844f2e19fe56f684fe9a5055d7ea068b.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/844f2e19fe56f684fe9a5055d7ea068b.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/844f2e19fe56f684fe9a5055d7ea068b.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/844f2e19fe56f684fe9a5055d7ea068b.svg#F4YEOSPORT")format("svg");
}
2CSS rules to specify fonts
font-family: "F4YEOSPORT";