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