12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- @font-face {
- font-family: 'icomoon';
- src: url('../fonts/icomoon.eot?15cl4u');
- src: url('../fonts/icomoon.eot?15cl4u#iefix') format('embedded-opentype'),
- url('../fonts/icomoon.ttf?15cl4u') format('truetype'),
- url('../fonts/icomoon.woff?15cl4u') format('woff'),
- url('../fonts/icomoon.svg?15cl4u#icomoon') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- /*@font-face {
- font-family: 'PingFangLight';
- src: url('../fonts/PingFangLight.ttf');
- }
- @font-face {
- font-family: 'PingFangSCMedium';
- src: url('../fonts/PingFangSCMedium.ttf');
- }*/
- [class^="icon-"], [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'icomoon' !important;
- 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;
- }
- .icon-science-circle-off:before {
- content: "\e908";
- position: relative;
- z-index: 5;
- }
- .icon-science-circle-on:before {
- content: "\e909";
- position: relative;
- z-index: 5;
- }
- .icon-bar-account-off:before {
- content: "\e900";
- }
- .icon-bar-account-on:before {
- content: "\e901";
- }
- .icon-bar-tool-off:before {
- content: "\e902";
- font-size: 23px;
- position: relative;
- top: -2px;
- }
- .icon-bar-tool-on:before {
- content: "\e903";
- font-size: 23px;
- position: relative;
- top: -2px;
- }
- .icon-bar-news-off:before {
- content: "\e904";
- }
- .icon-bar-news-on:before {
- content: "\e905";
- }
- .icon-bar-pen-off:before {
- content: "\e906";
- font-size: 20px;
- position: relative;
- top: -3px;
- }
- .icon-bar-pen-on:before {
- content: "\e907";
- font-size: 20px;
- position: relative;
- top: -3px;
- }
- /*input,
- select,
- textarea{
- font-family: PingFangSCMedium,'PingFangLight',Helvetica,Droid Sans,Arial,sans-serif !important;
- }*/
|