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