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