datta-icon.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. @charset "UTF-8";
  2. @font-face {
  3. font-family: "pct";
  4. src:url("fonts/pct.eot");
  5. src:url("fonts/pct.eot?#iefix") format("embedded-opentype"),
  6. url("fonts/pct.woff") format("woff"),
  7. url("fonts/pct.ttf") format("truetype"),
  8. url("fonts/pct.svg#pct") format("svg");
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. [data-icon]:before {
  13. font-family: "pct" !important;
  14. content: attr(data-icon);
  15. font-style: normal !important;
  16. font-weight: normal !important;
  17. font-variant: normal !important;
  18. text-transform: none !important;
  19. speak: none;
  20. line-height: 1;
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. [class^="pct-"]:before,
  25. [class*=" pct-"]:before {
  26. font-family: "pct" !important;
  27. font-style: normal !important;
  28. font-weight: normal !important;
  29. font-variant: normal !important;
  30. text-transform: none !important;
  31. speak: none;
  32. line-height: 1;
  33. -webkit-font-smoothing: antialiased;
  34. -moz-osx-font-smoothing: grayscale;
  35. }
  36. .pct-arrow1:before {
  37. content: "\61";
  38. }
  39. .pct-arrow2:before {
  40. content: "\62";
  41. }
  42. .pct-arrow3:before {
  43. content: "\63";
  44. }
  45. .pct-arrow4:before {
  46. content: "\64";
  47. }
  48. .pct-chat1:before {
  49. content: "\65";
  50. }
  51. .pct-chat2:before {
  52. content: "\66";
  53. }
  54. .pct-chat3:before {
  55. content: "\67";
  56. }
  57. .pct-chat4:before {
  58. content: "\68";
  59. }
  60. .pct-loader1:before {
  61. content: "\69";
  62. }
  63. .pct-arrow-sharp1:before {
  64. content: "\6a";
  65. }
  66. .pct-arrow-sharp2:before {
  67. content: "\6b";
  68. }
  69. .pct-arrow-sharp3:before {
  70. content: "\6c";
  71. }
  72. .pct-arrow-sharp4:before {
  73. content: "\6d";
  74. }