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