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