mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'wip-MDL-44850_master' of git://github.com/gjb2048/moodle
This commit is contained in:
commit
771b121287
@ -70,7 +70,7 @@ if (preg_match('/^[a-z0-9_-]+\.woff$/i', $font, $matches)) {
|
||||
$font = $matches[0];
|
||||
$mimetype = 'application/x-font-opentype';
|
||||
|
||||
} else if (preg_match('/^[a-z0-9_-]+\.oet$/i', $font, $matches)) {
|
||||
} else if (preg_match('/^[a-z0-9_-]+\.eot$/i', $font, $matches)) {
|
||||
// IE8 must die!!!
|
||||
$font = $matches[0];
|
||||
$mimetype = 'application/vnd.ms-fontobject';
|
||||
|
Loading…
x
Reference in New Issue
Block a user