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