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