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