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