Essential Theme doesn't recognize some fonts

Re: Essential Theme doesn't recognize some fonts

by Gareth J Barnard -
Number of replies: 2
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Fixed in: https://github.com/gjb2048/moodle-theme_essential/commit/5737a9df91452208dda7afd233fb11afeb2934b3 - will be in next release for M2.9 and 3.0.

In the mean time, try the custom CSS:

a {
  font-family: inherit;
}

in the theme Custom CSS box under the general settings.

In reply to Gareth J Barnard

Re: Essential Theme doesn't recognize some fonts

by Ahmed Nobani -

hi Gareth

i commented  these two lines then everything went ok.

file name: toolbox.php

file path: \moodle\theme\essential\classes

line 1:  $familyreplacement = 'Verdana'; (line number: 356).

line 2: $familyreplacement = 'Verdana'; (line number: 395).


thanks for your hard work Gareth.



Average of ratings: Useful (1)