Use on the webTotal Use [ 4792 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/83e7cf4061f952b53ac928bb3590a32c?family=ElGarrett+Garrett%3A10%2F6%2F88+12%3A10%3A41+PM" 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/83e7cf4061f952b53ac928bb3590a32c?family=ElGarrett+Garrett%3A10%2F6%2F88+12%3A10%3A41+PM);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "ElGarrett Garrett:10/6/88 12:10:41 PM";
src: url("https://db.onlinewebfonts.com/t/83e7cf4061f952b53ac928bb3590a32c.eot");
src: url("https://db.onlinewebfonts.com/t/83e7cf4061f952b53ac928bb3590a32c.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/83e7cf4061f952b53ac928bb3590a32c.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/83e7cf4061f952b53ac928bb3590a32c.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/83e7cf4061f952b53ac928bb3590a32c.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/83e7cf4061f952b53ac928bb3590a32c.svg#ElGarrett Garrett:10/6/88 12:10:41 PM")format("svg");
}
2CSS rules to specify fonts
font-family: "ElGarrett Garrett:10/6/88 12:10:41 PM";