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