We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adce9e1 commit 304eb91Copy full SHA for 304eb91
Assets/symbols/emojis.css
@@ -1,6 +1,6 @@
1
@font-face {
2
font-family: "Emoji Font for WysiwygMDEditor";
3
- src: url('emojis.woff2') format('woff2');
+ src: url("emojis.woff2") format("woff2");
4
unicode-range: U+00A9-E007F;
5
}
6
changelog.md
@@ -6,7 +6,7 @@
_(most recent changes are listed on top):_
7
* Added an explicit **Emoji Font** and an option in settings to override browser and system provided emojis.
8
* MAJOR refactoring cleanup and simplifying of the Emoji Picker!
9
-* Multiple fixes for both Emoji Picker and FA Icons Picker to improve looks, behavior and performance.
+* Multiple fixes for both Emoji Picker and FA Icons Picker to improve looks, behavior and performance.
10
11
## v0.9.5
12
0 commit comments