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