Home › Forums › CSS › @font-face problem on mobile › Re: @font-face problem on mobile
December 11, 2012 at 12:02 pm
#116871
Member
Sheesh…[email protected] is used to declare the font it has nothing to do with linking css files.
He’s declared the @fontface in each of the font.css files and is now trying to import them into his ‘main’ stylesheet.
Yes, he should just declare all of his @font-face statement in a single css file and do away with the import but he hasn’t.
As I said, it looks like he’s done the @import right but there are other issues which are causing breakage.