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