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