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