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