You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* TYPE SCALE Docs: http://tachyons.io/docs/typography/scale/ Base: f = font-size Modifiers: 1 = 1st step in size scale 2 = 2nd step in size scale 3 = 3rd step in size scale 4 = 4th step in size scale 5 = 5th step in size scale*/
.f1 { font-size:3.25rem; }
.f2 { font-size:2.5rem; }
.f3 { font-size:1.25rem; }
.f4 { font-size:1rem; }
.f5 { font-size:.75rem; }
This is totally fine, it's the tachyons way. however, communicating to a larger team when to use which font size is not always easy. Adding semantic meaning to scales helps making them easier to understand and read
all right, so we use this
to generate this
This is totally fine, it's the tachyons way. however, communicating to a larger team when to use which font size is not always easy. Adding semantic meaning to scales helps making them easier to understand and read
Semantic proposal:
would generate this
what do you think?
The text was updated successfully, but these errors were encountered: