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