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