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