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