CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Firefox downloading font twice
cnwtx
Permalink to comment
#
April 2012
So I've linked to a .ttf font file using this code:
@font
-face {
font-family: "purisa";
src: url("
http://192.168.1.65/vof/images/purisa.ttf"
;);
}
. . . and Firefox downloads that file twice. Do any of y'all have any ideas on why this is?
Add a Comment
. . . and Firefox downloads that file twice. Do any of y'all have any ideas on why this is?