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