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