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