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