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