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