2022-11-13, 09:02:32
(2022-11-12, 00:19:06)Connie Wrote: src: url('../fonts/cantarell-v17-latin-regular.eot'); /* IE9 Compat Modes */
You could also try replacing "../" on each line with "theme/" to see if that would do the trick.
So it would be like :
PHP Code:
src: url('theme/fonts/cantarell-v17-latin-regular.eot'); /* IE9 Compat Modes */