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