TMSFMXMemo with font Menlo-Regular on iOS

here's what i'm trying (LyricsViewer beeing the TMSFMXMemo):

        if LyricsFontBold
           then LyricsViewer.Font.Style := [TFontStyle.fsBold]
           else LyricsViewer.Font.Style := [];