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