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