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