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