Has the Oxygen team considered adding fluid typography with min max values in global settings? This would be useful as we won't have to access third party clamp calculator sites to generate these clamp functions for body text and heading tags H1-H6 based on browser width.
This was a great video! Thanks so much
Has the Oxygen team considered adding fluid typography with min max values in global settings? This would be useful as we won't have to access third party clamp calculator sites to generate these clamp functions for body text and heading tags H1-H6 based on browser width.
use calc.
For example: font-size: calc(12px + 8 * ((100vw - 360px)/1560));
@@vlad2094 That is exactly what I stated I want to avoid.
Thank you Elijah ! Quick question : why did not you use grid ?