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
font-size:calc(12px + 1.5vw); | |
/* | |
* How to set min-font-size in CSS | |
* https://stackoverflow.com/a/37836926 | |
* This is because the static part of calc() defines the minimum. | |
* Even though the dynamic part might shrink to something near 0. | |
*/ |
Top comments (0)