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