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