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