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