Change Alive.TabPageControl font

I have the following TabPageControl component belonging to the Alive namespace:

<Page ux:Class="MarketSubMenu" Dock="Top">
    <Alive.TabPageControl>
        <Alive.TabPage Label="Inicio">
            <NormalProductListing />
        </Alive.TabPage>

        <Alive.TabPage Label="Menú">
            <NormalProductListing />
        </Alive.TabPage>

        <Alive.TabPage Label="Combos">
            <NormalProductListing />
        </Alive.TabPage>

        <Alive.TabPage Label="Promos">
            <NormalProductListing />
        </Alive.TabPage>

        <Alive.TabPage Label="Postres">
            <NormalProductListing />
        </Alive.TabPage>

        <Alive.TabPage Label="Extras">
            <NormalProductListing />
        </Alive.TabPage>
    </Alive.TabPageControl>
</Page>

However I can’t seem to find a property or a way in which I can change the default font used. Anyone knows how to do this?

As far as i know, you don’t define a font per page, but per text.

Anyway, i guess you will be able to create a result close to what you’re thinking of with this:

https://fuse-open.github.io/docs/fuse/font.html