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