1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

update sdoc-editor version

This commit is contained in:
小强
2025-07-22 17:21:01 +08:00
parent 1b8a211b67
commit 7a565b45c4
9 changed files with 71 additions and 31 deletions

View File

@@ -1,14 +1,14 @@
@font-face {
font-family: "sdocfont";
/* Project id 4097705 */
src: url('./sdoc-editor-font/iconfont.eot?t=1744104550669');
src: url('./sdoc-editor-font/iconfont.eot?t=1753173703249');
/* IE9 */
src: url('./sdoc-editor-font/iconfont.eot?t=1744104550669#iefix') format('embedded-opentype'),
src: url('./sdoc-editor-font/iconfont.eot?t=1753173703249#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('./sdoc-editor-font/iconfont.woff2?t=1744104550669') format('woff2'),
url('./sdoc-editor-font/iconfont.woff?t=1744104550669') format('woff'),
url('./sdoc-editor-font/iconfont.ttf?t=1744104550669') format('truetype'),
url('./sdoc-editor-font/iconfont.svg?t=1744104550669#sdocfont') format('svg');
url('./sdoc-editor-font/iconfont.woff2?t=1753173703249') format('woff2'),
url('./sdoc-editor-font/iconfont.woff?t=1753173703249') format('woff'),
url('./sdoc-editor-fonticonfont.ttf?t=1753173703249') format('truetype'),
url('./sdoc-editor-fonticonfont.svg?t=1753173703249#sdocfont') format('svg');
}
.sdocfont {
@@ -19,6 +19,26 @@
-moz-osx-font-smoothing: grayscale;
}
.sdoc-right-slide:before {
content: "\e68e";
}
.sdoc-ai:before {
content: "\e68d";
}
.sdoc-retry:before {
content: "\e68b";
}
.sdoc-pause:before {
content: "\e68c";
}
.sdoc-context-comment:before {
content: "\e68a";
}
.sdoc-presentation:before {
content: "\e688";
}
@@ -499,10 +519,6 @@
content: "\e642";
}
.sdoc-right-slide:before {
content: "\e602";
}
.sdoc-revise:before {
content: "\e63f";
}