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