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