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