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