Looking for an easier way to add a font, I got this working, but it's not very obvious how this works.
head.html
<style type="text/css" media="screen, print">
@font-face {
font-family: "FontAwesome";
src: url("/Fonts/FontAwesome.ttf");
}
</style>
Then my start script needed:
start-storybook -p 9001 -c .storybook -s ./node_modules/react-native-vector-icons
Looking for an easier way to add a font, I got this working, but it's not very obvious how this works.
Then my start script needed: