fonts.jpg
you are so kind to help me out! Your advice is really appreciated.
Let's see:
this is the .css which I put into the override
- Code: Select all
@font-face {
font-family: 'merge_lightregular';
src: url('merge_light-webfont.eot');
src: url('merge_light-webfont.eot?#iefix') format('embedded-opentype'),
url('merge_light-webfont.woff2') format('woff2'),
url('merge_light-webfont.woff') format('woff'),
url('merge_light-webfont.ttf') format('truetype'),
url('merge_light-webfont.svg#merge_lightregular') format('svg');
font-weight: normal;
font-style: normal;}
I then put this in the override.css as described in the documentation. (Yes, override is "on").
I copied the webfont files named 'merge_light-webfont.eot' etc. into the folder css of the templace - and because this changed nothing I also created a folder named "merge_lightregular" in /templates/gk_quark/fonts(/merge_lightregular).
In this folder I also copied all the font files.
I have attached 2 screenshots.
I then went back to the joomla backend templates/fonts chose the temlate gk_quark - Default the "tab" Fonts and chose Squirrel/merge_lightregular which is shown in the dropdown menu.
The effect is "Arial".
There must be a mistake but I can't figure out what I am making wrong.