Created
July 23, 2018 16:02
-
-
Save ArthurYidi/eb9d92e02390c2b36130a8e8b834bdb9 to your computer and use it in GitHub Desktop.
Body Font Sizes for Dynamic Type
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
const bodyFontToDynamicTypeSize = { | |
"14px": "xSmall", | |
"15px": "Small", | |
"16px": "Medium", | |
"17px": "Large", | |
"19px": "xLarge", | |
"21px": "xxLarge", | |
"23px": "xxxLarge", | |
"28px": "AX1", | |
"33px": "AX2", | |
"40px": "AX3", | |
"47px": "AX4", | |
"53px": "AX5" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment