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