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