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