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