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