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