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