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