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