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