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