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