This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[[ Bug 22897 ]] Ensure script colorization is preserved on Big Sur
This patch ensures the script colorization is preserved on Big Sur when using the default (Source Code Pro) script editor font. This bug occured because of an experimental offending "SVG table with colored glyphs" included in the font (adobe-fonts/source-code-pro#250). This patch replaces the existing Source Code Pro ttf files with a newer version that does not suffer from this bug.
- Loading branch information
1 parent
dcae197
commit 9b917f4
Showing
15 changed files
with
1 addition
and
0 deletions.
There are no files selected for viewing
Binary file modified
BIN
-69.6 KB
(66%)
Toolset/resources/supporting_files/fonts/SourceCodePro-Black.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-55.1 KB
(68%)
Toolset/resources/supporting_files/fonts/SourceCodePro-BlackIt.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-69.6 KB
(66%)
Toolset/resources/supporting_files/fonts/SourceCodePro-Bold.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-54.9 KB
(68%)
Toolset/resources/supporting_files/fonts/SourceCodePro-BoldIt.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-70.1 KB
(66%)
Toolset/resources/supporting_files/fonts/SourceCodePro-ExtraLight.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-55.6 KB
(68%)
Toolset/resources/supporting_files/fonts/SourceCodePro-ExtraLightIt.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-60.2 KB
(66%)
Toolset/resources/supporting_files/fonts/SourceCodePro-It.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-69.9 KB
(66%)
Toolset/resources/supporting_files/fonts/SourceCodePro-Light.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-55.4 KB
(68%)
Toolset/resources/supporting_files/fonts/SourceCodePro-LightIt.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-70 KB
(66%)
Toolset/resources/supporting_files/fonts/SourceCodePro-Medium.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-55.5 KB
(68%)
Toolset/resources/supporting_files/fonts/SourceCodePro-MediumIt.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-70.3 KB
(66%)
Toolset/resources/supporting_files/fonts/SourceCodePro-Regular.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-69.9 KB
(66%)
Toolset/resources/supporting_files/fonts/SourceCodePro-Semibold.ttf
100755 → 100644
Binary file not shown.
Binary file modified
BIN
-55.1 KB
(68%)
Toolset/resources/supporting_files/fonts/SourceCodePro-SemiboldIt.ttf
100755 → 100644
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Ensure colorization in the script editor is preserved on MacOS Big Sur with Source Code Pro fonts. |