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