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