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