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