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