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