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