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