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