Hi,
I want to use the font Livingstone on my site. I have a livingst.ttf Just putting Livingstone in the typography stylesheet, is not going to work. How can I manage to use this font and also select it from the lettertype menu? Are there any other stylesheets I have to "change"?
Thanks!
Additional font, where to put?
Re: Additional font, where to put?
Example:
@font-face { font-family:Garamond; src:url(garamond.eot), url(garamond.pfr); }
Re: Additional font, where to put?
You can also try the TruetypeText module - it supports menus ...
Re: Additional font, where to put?
With the 'letter type menu', I meant the menu in the content area where you can select a certain font.
Thanks for the quote, but where do I enter (I'm not a programmer or so...):
@font-face { font-family:Garamond; src:url(garamond.eot), url(garamond.pfr); }
Thanks for the quote, but where do I enter (I'm not a programmer or so...):
@font-face { font-family:Garamond; src:url(garamond.eot), url(garamond.pfr); }
Re: Additional font, where to put?
in the stylesheet, that you are using
font-face { font-family:Garamond; src:url(garamond.eot), url(garamond.pfr); }
or like the example in the header tag of the template.
use the correct font-name and correct url with the font-files.
font-face { font-family:Garamond; src:url(garamond.eot), url(garamond.pfr); }
or like the example in the header tag of the template.
use the correct font-name and correct url with the font-files.
Re: Additional font, where to put?
ok, I'm using the stylsheet Typography, which is connected to CSS Menu Vertical. I entered the following:
/* TYPOGRAPHY het lettertype van de menu's en de content*/
body {
text-align: left;
/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
font-family: Georgia, "Times New Roman", Times, serif, Livingstone; src:url(/Livingst.ttf);
font-size: 75.01%;
line-height: 1em;
}
div {
font-size: 1em;
}
img {
border: 0;
}
The file Livingst.ttf is located in the root of the site. When I'm in the menu of content additing, I don't see Livingstone neither am I able to enter text in that specific font
/* TYPOGRAPHY het lettertype van de menu's en de content*/
body {
text-align: left;
/* font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
font-family: Georgia, "Times New Roman", Times, serif, Livingstone; src:url(/Livingst.ttf);
font-size: 75.01%;
line-height: 1em;
}
div {
font-size: 1em;
}
img {
border: 0;
}
The file Livingst.ttf is located in the root of the site. When I'm in the menu of content additing, I don't see Livingstone neither am I able to enter text in that specific font

Re: Additional font, where to put?
Hmmmm, I discovered that it is not just a matter of putting the ttf-file in the url, I need to convert this file to a .eot and a .pfr file. Never done that before 
