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