Skip to main content

Font Size

Adjust the size of the text.

Import​

src/screens/Component.js
import { fs } from "nativeflowcss";

Properties​

ObjectNative Properties
fs.fs_xs{ fontSize: 12, lineHeight: 16 }
fs.fs_sm{ fontSize: 14, lineHeight: 20 }
fs.fs_base{ fontSize: 16, lineHeight: 24 }
fs.fs_lg{ fontSize: 18, lineHeight: 28 }
fs.fs_xl{ fontSize: 20, lineHeight: 28 }
fs.fs_2xl{ fontSize: 24, lineHeight: 32 }
fs.fs_3xl{ fontSize: 30, lineHeight: 36 }
fs.fs_4xl{ fontSize: 36, lineHeight: 40 }
fs.fs_5xl{ fontSize: 48, lineHeight: 48 }
fs.fs_6xl{ fontSize: 60, lineHeight: 60 }
fs.fs_7xl{ fontSize: 72, lineHeight: 72 }
fs.fs_8xl{ fontSize: 96, lineHeight: 96 }
fs.fs_9xl{ fontSize: 128, lineHeight: 128 }