When I try to apply a FontFamily it does not work.
<Page.Resources>
<Style x:Key="customCellStyle" TargetType="syncfusion:GridCell">
<Setter Property="FontFamily" Value="Arial" />
</Style>
</Page.Resources>
<syncfusion:SfDataGrid x:Name="dataGrid"
CellStyle="{StaticResource customCellStyle}"
ItemsSource="{Binding Orders}"/>
This problem also exists on Cell Headers and I suspect all Font Family styling across the grid.