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