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