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