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