Last active
March 2, 2019 17:06
-
-
Save ericwbailey/6f029ea1c214774dfb875eac07b7dad7 to your computer and use it in GitHub Desktop.
#writing
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
{ | |
"caps-to-small-caps": { | |
"name": "Caps to Small Caps", | |
"category": "Common", | |
"example": "asfab ASFAB Asfab", | |
"description": "", | |
"more-info": "" | |
}, | |
"case-sensitive-forms": { | |
"name": "Case Sensitive Forms", | |
"category": "Common", | |
"example": "@twitter #drama", | |
"description": "Shifts various punctuation marks up to a position that works better with all-capital sequences or sets of lining figures; also changes oldstyle figures to lining figures.", | |
"more-info": "https://google.com/" | |
}, | |
"common-ligatures": { | |
"name": "Common Ligatures", | |
"category": "Common", | |
"example": "Difficulties with the strict surfing floor.", | |
"description": "", | |
"more-info": "" | |
}, | |
"contextual-alternates": { | |
"name": "Contextual Alternates", | |
"category": "Common", | |
"example": "", | |
"description": "", | |
"more-info": "" | |
}, | |
"diagonal-fractions": { | |
"name": "Diagonal Fractions", | |
"category": "Common", | |
"example": "1/2 3/4 81/100", | |
"description": "", | |
"more-info": "" | |
}, | |
"kerning": { | |
"name": "Kerning", | |
"category": "Common", | |
"example": "", | |
"description": "", | |
"more-info": "" | |
}, | |
"historical-alternates": { | |
"name": "Historical Alternates", | |
"category": "Less-common", | |
"example": "Paraside Lost", | |
"description": "", | |
"more-info": "" | |
}, | |
"ordinals": { | |
"name": "Ordinals", | |
"category": "", | |
"example": "2nd place is 1st loser", | |
"description": "", | |
"more-info": "" | |
}, | |
"titling-alternates": { | |
"name": "Titling Alternates", | |
"category": "", | |
"example": "", | |
"description": "", | |
"more-info": "" | |
}, | |
"scientific-inferiors": { | |
"name": "Scientific Inferiors", | |
"category": "", | |
"example": "NaCl H20", | |
"description": "", | |
"more-info": "" | |
}, | |
"slashed-zero": { | |
"name": "Slashed Zero", | |
"category": "", | |
"example": "I want 0 capital Os", | |
"description": "", | |
"more-info": "" | |
}, | |
"slashed-oldstyle-zero": { | |
"name": "Slashed, Oldstyle Zero", | |
"category": "", | |
"example": "", | |
"description": "", | |
"more-info": "" | |
}, | |
"small-caps": { | |
"name": "Small Caps", | |
"category": "", | |
"example": "osha is an agency of the usdol.", | |
"description": "", | |
"more-info": "" | |
}, | |
"stylistic-alternates": { | |
"name": "Stylistic Alternates", | |
"category": "", | |
"example": "", | |
"description": "", | |
"more-info": "" | |
}, | |
"subscripts": { | |
"name": "Subscripts", | |
"category": "Common", | |
"example": "", | |
"description": "", | |
"more-info": "" | |
}, | |
"superscripts": { | |
"name": "Superscripts", | |
"category": "Common", | |
"example": "Previously claims1 were made.", | |
"description": "", | |
"more-info": "" | |
}, | |
"swash": { | |
"name": "Swash", | |
"category": "", | |
"example": "", | |
"description": "", | |
"more-info": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment