editormd.logo.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /*
  2. * Editor.md
  3. *
  4. * @file editormd.logo.css
  5. * @version v1.5.0
  6. * @description Open source online markdown editor.
  7. * @license MIT License
  8. * @author Pandao
  9. * {@link https://github.com/pandao/editor.md}
  10. * @updateTime 2015-06-09
  11. */
  12. /*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */
  13. @font-face {
  14. font-family: 'editormd-logo';
  15. src: url("../fonts/editormd-logo.eot?-5y8q6h");
  16. src: url(".../fonts/editormd-logo.eot?#iefix-5y8q6h") format("embedded-opentype"), url("../fonts/editormd-logo.woff?-5y8q6h") format("woff"), url("../fonts/editormd-logo.ttf?-5y8q6h") format("truetype"), url("../fonts/editormd-logo.svg?-5y8q6h#icomoon") format("svg");
  17. font-weight: normal;
  18. font-style: normal;
  19. }
  20. .editormd-logo,
  21. .editormd-logo-1x,
  22. .editormd-logo-2x,
  23. .editormd-logo-3x,
  24. .editormd-logo-4x,
  25. .editormd-logo-5x,
  26. .editormd-logo-6x,
  27. .editormd-logo-7x,
  28. .editormd-logo-8x {
  29. font-family: 'editormd-logo';
  30. speak: none;
  31. font-style: normal;
  32. font-weight: normal;
  33. font-variant: normal;
  34. text-transform: none;
  35. font-size: inherit;
  36. line-height: 1;
  37. display: inline-block;
  38. text-rendering: auto;
  39. vertical-align: inherit;
  40. -webkit-font-smoothing: antialiased;
  41. -moz-osx-font-smoothing: grayscale;
  42. }
  43. .editormd-logo:before,
  44. .editormd-logo-1x:before,
  45. .editormd-logo-2x:before,
  46. .editormd-logo-3x:before,
  47. .editormd-logo-4x:before,
  48. .editormd-logo-5x:before,
  49. .editormd-logo-6x:before,
  50. .editormd-logo-7x:before,
  51. .editormd-logo-8x:before {
  52. content: "\e1987";
  53. /*
  54. HTML Entity 󡦇
  55. example: <span class="editormd-logo">&#xe1987;</span>
  56. */
  57. }
  58. .editormd-logo-1x {
  59. font-size: 1em;
  60. }
  61. .editormd-logo-lg {
  62. font-size: 1.2em;
  63. }
  64. .editormd-logo-2x {
  65. font-size: 2em;
  66. }
  67. .editormd-logo-3x {
  68. font-size: 3em;
  69. }
  70. .editormd-logo-4x {
  71. font-size: 4em;
  72. }
  73. .editormd-logo-5x {
  74. font-size: 5em;
  75. }
  76. .editormd-logo-6x {
  77. font-size: 6em;
  78. }
  79. .editormd-logo-7x {
  80. font-size: 7em;
  81. }
  82. .editormd-logo-8x {
  83. font-size: 8em;
  84. }
  85. .editormd-logo-color {
  86. color: #2196F3;
  87. }