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