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