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