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