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