Font not appearing on Android Device

Hello, so I put a font called WORDSOFLOVE.ttf in my assets and created a font using:

<Font File="assets/fonts/WORDSOFLOVE.ttf" ux:Global="WORDSOFLOVE"/>

In the preview, it works fine and i can see the font. However, when I build the app and run it on my android device (HTC One M7), I can’t see the font, just the regular font.

What seems to be the problem ?

Some Extra Questions (To not make more threads):

  • How can I change the status bar color for android ?
  • Any tutorial to display sound on button click ? (I desperatly need this)