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