Guest User

Untitled

a guest
Jul 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. const bodyFontToDynamicTypeSize = {
  2. "14px": "xSmall",
  3. "15px": "Small",
  4. "16px": "Medium",
  5. "17px": "Large",
  6. "19px": "xLarge",
  7. "21px": "xxLarge",
  8. "23px": "xxxLarge",
  9. "28px": "AX1",
  10. "33px": "AX2",
  11. "40px": "AX3",
  12. "47px": "AX4",
  13. "53px": "AX5"
  14. };
Add Comment
Please, Sign In to add comment