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