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