A Pen by Stephen Nixon on CodePen.
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
################################################################################################ | |
##################### Check anchors for consistency across all open fonts. ##################### | |
################################################################################################ | |
g = CurrentGlyph() | |
for font in AllFonts(): | |
for g in font: | |
for anchor in g.anchors: | |
# for each font in all open fonts |
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
#################################################################### | |
###### Close all open fonts, unless they have unsaved changes ###### | |
#################################################################### | |
###### Doesn't affect the windows of extensions, code, etc :) ###### | |
#################################################################### | |
###### Hook it up to a keyboard shortcut for quick & easy use ###### | |
#################################################################### | |
from mojo.UI import dontShowAgainMessage |
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
### Example of using the method in a script for Drawbot | |
# import the method from hexToRgb.py (have hexToRgb.py in the same folder as your script) | |
# alternatively, you can also just include the whole method in your code | |
from hex2rgb import hex2rgb | |
# have a hex color in mind (works with or without the # sign) | |
myHex = "#2F3137" | |
# use an asterisk to feed the tuple (R,G,B) result in place of any usual drawbot color value |
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
/* Use with https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne */ | |
/* Make Google Groups more readable on large screens */ | |
.F0XO1GC-b-F { | |
box-sizing: border-box; | |
padding-bottom: 5vw; | |
} | |
.F0XO1GC-b-F > div { | |
max-width: 90ch; |
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
/* Make GMail more readable on large screens with centered column and SF typeface for all text */ | |
/* Based on a Styus doc by @weiweihuanghuang */ | |
/* Use with https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne */ | |
body, | |
input, | |
textarea, | |
select, | |
* | |
{ |
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
/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */ | |
/* Use with the Stylus Chrome extension */ | |
/* Paste it into a Stylus style for URLs starting with https://mail.google.com */ | |
/* (Probably won't work forever, but works as of November 2018) */ | |
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */ | |
/* =========================================================================== */ |
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
# ------------------------------------------------- | |
# -- set vars below ------------------------------- | |
# note: "em" probably offers better control | |
units="px" | |
# provide a media query granularity (in pixels) | |
granularity = 25 | |
# provide start & end viewport widths |
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
--- | |
version: 1.0 | |
domains: | |
- docu.glyphsapp.com | |
url_patterns: | |
- docu.glyphsapp.com/* | |
timestamp: '2018-12-18T23:54:21Z' | |
id: UWuj | |
redirect_url: https://docu.glyphsapp.com/Core/Classes/GSFontMaster.html | |
shared_via: StyleURL - (https://www.styleurl.app) import and export CSS changes from |
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
/*! Github Dark v1.20.78 (2018-10-30) */ | |
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */ | |
/*! Userstyle: http://userstyles.org/styles/37035 */ | |
/*! License: https://creativecommons.org/licenses/by-sa/4.0/ */ | |
/* Override default browser styles */ | |
button { | |
color: #b5b5b5 !important; | |
} |
OlderNewer