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