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