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