From 555fd84ef95822a1f593b57a05d3d42f918f8d4a Mon Sep 17 00:00:00 2001 From: czarhex Date: Sat, 13 Aug 2022 19:46:48 +0200 Subject: [PATCH] document problem with firefox ESR + add apple emoji comments (#23) Co-authored-by: Iucism <105166639+Iucism@users.noreply.github.com> --- README.md | 7 +++++-- surCord.theme.css | 3 +++ surCord.user.css | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 793242e..fe7e9de 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,12 @@ * You can uncomment `font-weight: bold;` in your respective font sections to use **San Fransisco Display Bold**. - ( **BD**: surCord.theme.css, **Powercord**: `/src/_font.scss`, **Stylus**: surCord.user.css ) + - **BD:** surCord.theme.css + - **Powercord:** `/src/_font.scss` + - **Stylus:** surCord.user.css -* Stylus users need to toggle "Patch CSP to allow style assets" +* Stylus users on Firefox have to be on version 102 or later and toggle "Patch CSP to allow style assets" + Chromium browsers shall be fine by default on any recent version. ![stylus setting](/assets/stylussettingneeded.png) diff --git a/surCord.theme.css b/surCord.theme.css index ce59707..da66ca0 100644 --- a/surCord.theme.css +++ b/surCord.theme.css @@ -74,6 +74,9 @@ > Designed by Apple in California - SAN FRANSISCO DISPLAY - https://developer.apple.com/fonts/ */ +/* Uncomment the line below to use Apple's Emoji font */ +/* @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css); */ + .platform-osx * { font-family: -apple-system, BlinkMacSystemFont, sans-serif !important; text-rendering: optimizeLegibility !important; diff --git a/surCord.user.css b/surCord.user.css index 8486899..4499b1e 100644 --- a/surCord.user.css +++ b/surCord.user.css @@ -53,6 +53,9 @@ > Designed by Apple in California - SAN FRANSISCO DISPLAY - https://developer.apple.com/fonts/ */ +/* Uncomment the line below to use Apple's Emoji font */ +/* @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Apple.css); */ + * { font-family: "SF Pro Display", sans-serif !important; text-rendering: optimizeLegibility !important;