View Single Post
Old 01-27-2011, 06:20 PM   #12
Alda
Zealot
Alda began at the beginning.
 
Posts: 104
Karma: 22
Join Date: Jun 2010
Device: none
There is nothing in the Fonts folder. It doesn't respond at all when I click it.

The Styles folder contains two documents: the page template (page-template.xpgt) and the css template (template.css). There is no mention of either font in the former. However, the css template looks precisely like this:

Quote:
@font-face {
font-family: "Baskerville";
font-style: normal;
font-weight: normal;
src:local(Baskerville);
}
@font-face {
font-family: "Rockwell";
font-style: normal;
font-weight: normal;
src:local(Rockwell);
}

p.c-meginm-l {
font-family: "Baskerville";
line-height: 1.50em;
font-size: 1.00em;
margin-bottom: 0.00em;
margin-top: 0.00em;
text-indent: 0.71em;
margin-right: 0.00em;
margin-left: 0.00em;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.a-fyrirs-gn-kaflar {
font-family: "Rockwell";
line-height: 1.17em;
font-size: 2.00em;
margin-bottom: 0.00em;
margin-top: 0.00em;
text-indent: 0.00em;
margin-right: 0.00em;
margin-left: 0.00em;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
p.x0fyrirsagnir {
font-family: "Rockwell";
line-height: 1.00em;
font-size: 1.50em;
margin-bottom: 0.00em;
margin-top: 0.00em;
text-indent: 0.00em;
margin-right: 0.00em;
margin-left: 0.00em;
text-align: center;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}

h1 { color: #E41B17 }


p.x1-fyrsta-setn {
font-family: "Baskerville";
line-height: 1.50em;
font-size: 1.00em;
margin-bottom: 0.00em;
margin-top: 0.00em;
text-indent: 0.00em;
margin-right: 0.00em;
margin-left: 0.00em;
text-align: justify;
font-weight: normal;
font-style: normal;
color: rgb(0,0,0);
}
So yes, there is mention of the fonts, but is that what's required?

Incidentally, it would be nice to have these two fonts, but if it's going to be a major hassle I'll just use the default fonts (I presume there are default fonts in Sigil??)
Alda is offline   Reply With Quote