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