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