tachyons-css / tachyons-and-react

[WIP] Documentation on using Tachyons and React together
119 stars 2 forks source link

Customize font size #3

Open shortcircuit3 opened 7 years ago

shortcircuit3 commented 7 years ago

How do you do this with tachyons and the build system?

avidrucker commented 6 years ago

@milesalex Should be the same way in general, you can modify or append to the tachyons.css or, preferably IMO, you'd write a custom.css that includes your own custom tachyons (a ".f7" class for example.) Does this help?