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