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