This file contains hidden or 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
@mixin font-weight($style: normal) { | |
$style: to_lower_case($style); | |
$weights: ( | |
thin: 100, | |
ultralight: 100, | |
ultra-light: 100, | |
extralight: 200, | |
extra-light: 200, | |
light: 300, | |
normal: 400, |
This file contains hidden or 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
In C:\Windows\System32 open termsrv.dll and search/replace: | |
this: | |
8B 81 38 06 00 00 39 81 3C 06 00 00 0F 84 1B 70 00 00 | |
with: | |
B8 00 01 00 00 89 81 38 06 00 00 90 90 90 90 90 90 90 | |
-------------------------------------------------------------------- | |
Edit the following regitry keys: |