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