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