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