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