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