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