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