@@ -871,52 +871,68 @@ div.clear {
871
871
opacity : .7 ;
872
872
}
873
873
874
+ /* Pattern Lab icon fonts */
874
875
/* Pattern Lab icon fonts */
875
876
@font-face {
876
- font-family : ' icons ' ;
877
- src :url (' ../assets/icons .eot' );
878
- src :url (' ../assets/icons .eot?#iefix ' ) format (' embedded-opentype' ),
879
- url (' ../assets/icons .woff' ) format (' woff' ),
880
- url (' ../assets/icons .ttf' ) format (' truetype' ),
881
- url (' ../assets/icons .svg#icons ' ) format (' svg' );
877
+ font-family : ' icomoon ' ;
878
+ src :url (' ../fonts/icomoon .eot?srsv7g ' );
879
+ src :url (' ../fonts/icomoon .eot?#iefixsrsv7g ' ) format (' embedded-opentype' ),
880
+ url (' ../fonts/icomoon .woff?srsv7g ' ) format (' woff' ),
881
+ url (' ../fonts/icomoon .ttf?srsv7g ' ) format (' truetype' ),
882
+ url (' ../fonts/icomoon .svg?srsv7g#icomoon ' ) format (' svg' );
882
883
font-weight : normal ;
883
884
font-style : normal ;
884
885
}
885
886
886
-
887
- .icon-reload , .icon-cog , .icon-minus , .icon-plus , .icon-menu , .icon-checkbox-unchecked , .icon-checkbox-checked , .icon-eye {
888
- font-family : ' icons' ;
887
+ .icon-search , .icon-cog , .icon-minus , .icon-plus , .icon-menu , .icon-radio-checked , .icon-radio-unchecked , .icon-file , .icon-link , .icon-keyboard , .icon-qrcode , .icon-eye , .sg-checkbox {
888
+ font-family : ' icomoon' ;
889
889
speak : none ;
890
890
font-style : normal ;
891
891
font-weight : normal ;
892
892
font-variant : normal ;
893
893
text-transform : none ;
894
894
line-height : 1 ;
895
+
896
+ /* Better Font Rendering =========== */
895
897
-webkit-font-smoothing : antialiased ;
898
+ -moz-osx-font-smoothing : grayscale ;
896
899
}
897
- .icon-reload :before {
898
- content : " \e002 " ;
900
+
901
+ .icon-search :before {
902
+ content : " \e600 " ;
899
903
}
900
904
.icon-cog :before {
901
- content : " \e000 " ;
905
+ content : " \e601 " ;
902
906
}
903
907
.icon-minus :before {
904
- content : " \e003 " ;
908
+ content : " \e602 " ;
905
909
}
906
910
.icon-plus :before {
907
- content : " \e004 " ;
911
+ content : " \e603 " ;
908
912
}
909
913
.icon-menu :before {
910
- content : " \e005 " ;
914
+ content : " \e604 " ;
915
+ }
916
+ .icon-radio-checked :before , .sg-checkbox.active :before {
917
+ content : " \e605 " ;
918
+ }
919
+ .icon-radio-unchecked :before , .sg-checkbox :before {
920
+ content : " \e606 " ;
921
+ }
922
+ .icon-file :before {
923
+ content : " \e607 " ;
924
+ }
925
+ .icon-link :before {
926
+ content : " \e608 " ;
911
927
}
912
- .icon-checkbox-unchecked :before {
913
- content : " \e006 " ;
928
+ .icon-keyboard :before {
929
+ content : " \e609 " ;
914
930
}
915
- .icon-checkbox-checked :before {
916
- content : " \e007 " ;
931
+ .icon-qrcode :before {
932
+ content : " \e60a " ;
917
933
}
918
934
.icon-eye :before {
919
- content : " \e001 " ;
935
+ content : " \e60b " ;
920
936
}
921
937
922
938
/* *****************************************************************/
0 commit comments