Well, just that. The document’s title line, the headings (from H3 to 1) and the working pages in the sidebar all display alternative, black and white emojis. I use some emojis in references and the colors are very important (since I use them to know the states of my notes). Thank you for your help
Hello, are you using Win 11?
You can try this code in Custom CSS but they won’t be bold anymore…
.document-title, .rem-header--1, .rem-header--2, .rem-header--3, .bold,
.concept_rem_type, .font-semibold,
.css-jATIRb .rem-reference-container,
.css-cniEsE .rem-reference-container,
.hierarchy-editor__tag-bar .rem-reference-container {
font-weight: 599 !important;
/*text-shadow: 1px 0px 0px black;*/
}
Edit 1: added .bold
to the code… Thanks @UMNiK …
Edit 2: added .concept_rem_type, .font-semibold
Edit 3: added .css-jATIRb .rem-reference-container
for Search Pop-up
Edit 4: added .css-cniEsE .rem-reference-container
for Document Table
AFAIK the problem is not the titles or headings, but specifically bold formatting. It is quite annoying, but I’m not sure whether the issue can be solved inside RemNote, as it affects every bolded emoji (on Chrome, at least).
Well, it worked… but I do prefer them bolded… I don’t know which is the lesser of the evils now, hahaha. Thanks!
@UMNiK … Yeah, It affects any bold emojis with font-weight greater than 600
@Dante_Gaxiola… font-weight of normal text is 400, so i think we can call text with font-weight 599 as bold
Add .concept_rem_type
to also handle bolding automatically applied to concepts.
I added .text-gray-60
to include the emojis in the selected document in the sidebar.
@UMNiK … I added .concept_rem_type
. I use custom CSS to make Concept not bold so I didn’t notice it
@Dante_Gaxiola … I added .font-sembold
instead of .text-gray-60
because it will make all the text of the Sidebar bold…
I tried that but didn’t work for me, the emojis turn to B&W.
Try deleting the old code. then copy my new code in this post and paste it in Custom CSS
Working like a charm, thanks a lot!
Work very well, thank you so much
Other alternative is install a icon pack in your browser like this: Twemoji for Chrome - Chrome Web Store
I think that The bug with Emoji in this post is fixed?
Not yet dear @TaQuangKhoi the first problem with Bold and Titles it’s repaired but some icons are still bugged like the scale and red heart, hearts, file cabinnet, maybe others.
Oh, but it’s fixed about Titles and Headings, maybe I need new post.