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