Text can vary in the same sizes as icons
Starting with mini text
which turns into tiny text
changing to small text until it is
the default medium text
and could be large text
to turn into big text
then growing to huge text
to finally become massive text
<Segment> <p>Starting with <Text size="mini" color="red">mini</Text> text</p> <p>which turns into <Text size="tiny" color="red">tiny</Text> text</p> <p>changing to <Text size="small" color="red">small</Text> text until it is</p> <p>the default <Text size="medium" color="red">medium</Text> text</p> <p>and could be <Text size="large" color="red">large</Text> text</p> <p>to turn into <Text size="big" color="red">big</Text> text</p> <p>then growing to <Text size="huge" color="red">huge</Text> text</p> <p>to finally become <Text size="massive" color="red">massive</Text> text</p> </Segment>