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