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