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