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