Skip to content

Commit

Permalink
Merge branch 'wip-MDL-44850_master' of git://github.com/gjb2048/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Apr 1, 2014
2 parents 33bb15e + 9e98a0c commit 771b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/font.php
Expand Up @@ -70,7 +70,7 @@
$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';
Expand Down

0 comments on commit 771b121

Please sign in to comment.