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