We have encountered an issue while building a responsive website using Rem values. The site performs flawlessly in Chrome, scaling perfectly as expected. However, when we tested it on Safari, the scaling did not occur. Here is a JSFiddle that demonstrates the problem. In Chrome, resizing the browser width will cause the text to resize accordingly, but in Safari, the font size remains static.
It seems odd that Safari lacks this functionality. Has anyone faced a similar issue and found a solution?
Thank you