Font size different devices

Hi, i’m building a app to android and ios, and i have a problem with the font size. In the app.scss i set font-size: 27px; and in different devices it’s not proportional to the resolution. How can scale the font to the different screen resolutions?

Do you mean:

$font-size-base:             1.4rem !default; // 1.4rem == 14px

Ref: