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