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