Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
355 changes: 120 additions & 235 deletions static/editor.md/css/editormd.css

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions static/editor.md/css/editormd.logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Editor.md
*
* @file editormd.logo.css
* @version v1.5.0
* @version v1.7.17
* @description Open source online markdown editor.
* @license MIT License
* @author Pandao
* {@link https://github.com/pandao/editor.md}
* @updateTime 2015-06-09
* @author IBM Skills Network
* {@link https://github.com/ibm-skills-network/editor.md}
* @updateTime 2026-03-31
*/

@charset "UTF-8";
/*! prefixes.scss v0.1.0 | Author: Pandao | https://github.com/pandao/prefixes.scss | MIT license | Copyright (c) 2015 */
@font-face {
font-family: 'editormd-logo';
font-family: "editormd-logo";
src: url("../fonts/editormd-logo.eot?-5y8q6h");
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");
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");
font-weight: normal;
font-style: normal;
}
Expand All @@ -27,7 +28,7 @@
.editormd-logo-6x,
.editormd-logo-7x,
.editormd-logo-8x {
font-family: 'editormd-logo';
font-family: "editormd-logo";
speak: none;
font-style: normal;
font-weight: normal;
Expand All @@ -50,7 +51,7 @@
.editormd-logo-6x:before,
.editormd-logo-7x:before,
.editormd-logo-8x:before {
content: "\e1987";
content: "󡦇";
/*
HTML Entity 󡦇
example: <span class="editormd-logo">&#xe1987;</span>
Expand Down Expand Up @@ -95,4 +96,4 @@

.editormd-logo-color {
color: #2196F3;
}
}
4 changes: 2 additions & 2 deletions static/editor.md/css/editormd.logo.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions static/editor.md/css/editormd.min.css

Large diffs are not rendered by default.

Loading
Loading