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