123456789101112131415161718192021222324 |
- @font-face {
- font-family: 'anchorjs-extras';
- src:url('anchorjs-extras.eot?-qcq09q');
- src:url('anchorjs-extras.eot?#iefix-qcq09q') format('embedded-opentype'),
- url('anchorjs-extras.woff?-qcq09q') format('woff'),
- url('anchorjs-extras.ttf?-qcq09q') format('truetype'),
- url('anchorjs-extras.svg?-qcq09q#anchorjs-extras') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [class^="ajs-"], [class*=" ajs-"] {
- font-family: 'anchorjs-extras';
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
|