Fri
17
Apr
2015
Everything you need to know about typography in Matrix themes. This post explains how to customize a simple text, headings and font style of a specific element of your website.
You will find the most common issues with Google Fonts and how to host them on your own website.
All Matrix themes by default are using the system font stack and it's set up in your CSS:
If you remove it, your global text and headings will be using the default Jimdo fonts you can edit in
Design> Font Settings
In this section you can also edit the following elements of your website:
Font size: you setup
the global size of your text and headings.
It is recommended to use:
Colors: you setup the
global colors for your text, headings and links
Text alignment: you
setup the global text alignment for your headings.
Horizontal line: the
color of horizontal line in content area
It is not recommended to use Google Fonts in Font Settings.
If you remove a part of system font stack in CSS, you can add the Google fonts for your global text and headings in Font Settings with the following limitations:
In Matrix Themes menu navigate Quick Setup> Google fonts select one of the preset Google fonts and paste it to Edit Head
Now opening the style editor, you add the class g-font for the whole website if you select 'template configurations' or a specific element that will be using the google font.
The Style Editor allows you to use the additional helper classes for the navigation, headings and the buttons:
weight-400, weight-500 etc - font weight
is-uppercase - text-transform:uppercase;
is-letterspace-1, is-letterspace-2, is-letterspace-3
m-text-20, m-text-25 etc - the font size for mobile devices ( doesn't work for inline styles)
Here's a step by step tutorial about how to add a new google font to your Jimdo website:
In Matrix themes menu navigate Quick Setup> Google fonts choose any of preset font available in this section and paste it in Edit Head.
Visit the official website of Google Fonts and select the font you'd like to use for your own website
After having added the styles, copy the link and the styles as shown in the screenshot and paste them to your website in Edit Head
The last and the most important step is to change the hosting name from 'googleapis' for 'jimstatic'. The google font will be hosted on a Jimdo website.
Visit the following website and select your font
Change the prefix folder from 'fonts' to 'font'
Click the download button and upload all fonts to your website ( Design> Custom Template> Files)
Paste the highlight section to your CSS ( Design> Custom template> CSS )