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