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