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