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