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