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