| 1 |
@font-face { |
| 2 |
font-family: 'Master-Addons'; |
| 3 |
src: url('fonts/Master-Addons.eot?e493qi'); |
| 4 |
src: url('fonts/Master-Addons.eot?e493qi#iefix') format('embedded-opentype'), |
| 5 |
url('fonts/Master-Addons.ttf?e493qi') format('truetype'), |
| 6 |
url('fonts/Master-Addons.woff?e493qi') format('woff'), |
| 7 |
url('fonts/Master-Addons.svg?e493qi#Master-Addons') format('svg'); |
| 8 |
font-weight: normal; |
| 9 |
font-style: normal; |
| 10 |
font-display: block; |
| 11 |
} |
| 12 |
|
| 13 |
[class^="jltma-"], [class*=" jltma-"] { |
| 14 |
/* use !important to prevent issues with browser extensions that change fonts */ |
| 15 |
font-family: 'Master-Addons' !important; |
| 16 |
speak: never; |
| 17 |
font-style: normal; |
| 18 |
font-weight: normal; |
| 19 |
font-variant: normal; |
| 20 |
text-transform: none; |
| 21 |
line-height: 1; |
| 22 |
|
| 23 |
/* Better Font Rendering =========== */ |
| 24 |
-webkit-font-smoothing: antialiased; |
| 25 |
-moz-osx-font-smoothing: grayscale; |
| 26 |
} |
| 27 |
|
| 28 |
.jltma-master-addons .path1:before { |
| 29 |
content: "\e900"; |
| 30 |
color: rgb(0, 0, 0); |
| 31 |
} |
| 32 |
.jltma-master-addons .path2:before { |
| 33 |
content: "\e901"; |
| 34 |
margin-left: -1em; |
| 35 |
color: rgb(255, 255, 255); |
| 36 |
} |
| 37 |
|