We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Rafael Gaus
  2. General Discussion
  3. Monday, 26 August 2013
  4.  Subscribe via email
Has anyone an idea, how to define the custom font? Ich found different guides for makeing own changes. I often read of a custom.css. But it ist not located in the path of t3 css.

The file is included by default, you don't need to create new one.

Source-Documentation
  Göttingen, Germany
Visit 
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
The original question wasn't really answered. You cannot put font links in the "custom font" fields in the Theme Magic panel. You can only put in the names of fonts loaded by your template style which should be done in assets.xml as described here: http://t3-framework.org/documentation/bs3-customization#add-fonts
  Sioux Center, IA 51250, USA
Visit 
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

you can easy define any font you want - go to the google webfonts-page ( link ),
pick your desired font, for example...

<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>


and put it into the field 'After <head>' within the injection-tab.

Now you can use that font anywhere ( font-family: 'Lato'; )

Best regards

Olli
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
. I am looking for the file, which is dependend, so i can choose more fonts in the ThemeMagic in future. You understand, what i mean?.


add your CSS to wherever you can add custom css, This will vary by template. Look for someplace like templates/whatever_template_name/css/custom.css

font-family: 'Dosis', sans-serif;
font-family: 'Cutive Mono', serif;


then you can add the font link in the After <head> box under Custom Code

 <link href='http://fonts.googleapis.com/css?family=FONTNAME' rel='stylesheet' type='text/css'> 


Now when you go into the magic typo menu, enter the name of the font, in my example, either dosis or cutive mono then click Preview to see how it looks
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

There was no clear solutions for now.
We are going to add a custom font field in ThemeMagic, but it still need more time to do.

Here you can try.
1. You need to include some google font <link> in head.php or 'After <head>' field.
2. Define font field in thememagic.xml (T3 Blank and T3 Bs3 Blank should have example for it)

Now you can enter the name of font in themeagic custom font field.

This is not a real solutions, since it may load menu unused <link> font which can slow down your site.
You can remove those unused <link> after you finish customize your theme.

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

You can also use assets.xml to included google font link.
Then you can use the font as you wish.

You can check for JA Fixel for more information
http://joomla25-templates.joomlart.com/ja_fixel/

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello together and thank you for your answers.

Let me repeat that i am looking for the file, where ThemeMagic gets the information about the fonts. In ThemeMagic I can choose, which font i want to use. So there must be a file, which includes all the informations about fonts. I don't really want to modify any files, just for a good font-style.

I am looking for the file, which is dependend, so i can choose more fonts in the ThemeMagic in future. You understand, what i mean?

By the way, i am using the newest Version for joomla 3.
It seems, that there is no documentation for those versions. The documentation on the site does not really fit to my Version.
Hopefully my english is not to bad...
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.