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