You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
675 B
17 lines
675 B
2 years ago
|
@font-face {font-family: "characters";
|
||
|
src: url('characters.eot?t=1670229879389'); /* IE9*/
|
||
|
src: url('characters.eot?t=1670229879389#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||
|
url("characters.woff2?t=1670229879389") format("woff2"),
|
||
|
url("characters.woff?t=1670229879389") format("woff"),
|
||
|
url('characters.ttf?t=1670229879389') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
||
|
url('characters.svg?t=1670229879389#characters') format('svg'); /* iOS 4.1- */
|
||
|
}
|
||
|
|
||
|
.characters {
|
||
|
font-family: 'characters' !important;
|
||
|
font-size:16px;
|
||
|
font-style:normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|