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