Sigil-Ebook / flightcrew

Automatically exported from code.google.com/p/flightcrew
GNU General Public License v3.0
33 stars 11 forks source link

commented out @font-face still produces error #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a fonts.css and into it put
/*
@font-face {
  font-family: "kramer";
  src: url("../Fonts/KRAMER__.TTF") format("truetype");
}
*/
2.Do _not add the font
3.Add the stylesheet to a page
4.Check with flightcrew

What is the expected output? What do you see instead?
There would be minor errors, but there shouldn't be 'This resource is reachable 
but not present in the OPF <manifest>.', as the @font-face is commented out.

What version of the product are you using? On what operating system?
0.7.1 on Ubuntu Linux 10.10

Original issue reported on code.google.com by opitzs@gmail.com on 20 Nov 2010 at 6:39

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Strahinja.Markovic@gmail.com on 20 Nov 2010 at 6:51

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 7d1c98a1f4.

Original comment by Strahinja.Markovic@gmail.com on 2 Feb 2011 at 4:05