Angular Nativescript code sharing project wont read ttf, otf font or declaration

61 Views Asked by At

I have a problem with font declaration and usage on native script angular project.

The structure is as below:

Structure

The arbeit font is working fine, but the oc-format-sans is not getting recognized/loaded.

Declared like this for android only:

  font-family: "oc-format-sans-print-demi", "-OCFormatSans-PrintDm";
0

There are 0 best solutions below