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