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