Created
February 25, 2021 14:40
-
-
Save willcode4food/a0a3334618d551e4499da612af394fda to your computer and use it in GitHub Desktop.
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
/* | |
I decided on the Script12 BT cursive font for now. Works better for me than FlottFlott. | |
*/ | |
.mtk3 { | |
font-family: "Script12 BT"; | |
font-size: 1em; | |
} | |
.mtk4 { | |
font-family: "Script12 BT"; | |
font-size: 1em; | |
} | |
.mtk13, | |
.mtk16 { | |
margin-left: 1px; | |
font-family: "Script12 BT"; | |
font-size: 1em; | |
} | |
.mtk6, | |
.mtk16 { | |
margin-left: 1px; | |
font-family: "Script12 BT"; | |
font-size: 1.1em; | |
} | |
/* .mtk7 { | |
font-style: italic; | |
color: #e7e3e3; | |
text-shadow: 0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975; | |
} */ | |
.mtk7 { | |
color: #03edf975; | |
text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), | |
0 0 2px rgba(255, 255, 255, 0.45), 0 0 3px rgba(255, 255, 255, 0.25), | |
0 0 6px rgba(255, 255, 255, 0.1); | |
} | |
.mtk7.mtki { | |
font-style: italic; | |
} | |
/* | |
For the tab titles. | |
*/ | |
/* .monaco-icon-label-description-container .label-name { | |
font-family: "Script12 BT"; | |
font-size: 1em; | |
} */ | |
.tabs-container .monaco-icon-label-description-container .label-name, | |
.sidebar .monaco-icon-label-description-container .label-name, | |
.quick-open-row .monaco-icon-label-description-container .label-name { | |
font-family: -apple-system, BlinkMacSystemFont, Segoe WPC, Segoe UI, | |
HelveticaNeue-Light, Ubuntu, Droid Sans, sans-serif; | |
font-size: 1em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment