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