As per title. The font file is in /theme/mytheme/fonts/
CSS file says:
@font-face {
font-family: 'Handel Gothic';
src: url([[font:theme|handel.ttf]]) format('truetype');
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Handel Gothic', Arial, Helvetica, sans-serif;
}
As per the https://docs.moodle.org/36/en/How_to_add_custom_fonts_in_a_theme document.
In the properties inspector I get:
h1, h2, h3, h4, h5, h6 {
font-family: "Handel Gothic",Arial,Helvetica,sans-serif;
}Which is what I would expect except for "Handel Gothic" not being used.
Where am I going wrong with this please?
Cheers
Dave