Hi,
I've been able to change the font color but not the actual font itself after inputting
my code as follows. I even went so far as to clear the caches for both browser and
template.
My code entered into Tools >> Edit Custom CSS >> Css Editor:
div.acm-hero h1 {
font-family: stonecross !important;
color: #ffd700 !important;
}
I then noticed that the ja_symphony font folders; beacon & LouisGeorgeCafe, each
contained a stylesheet.css file. I changed that file to stylesheet.cssOLD and noticed
that the beacon font no longer functioned. I then copied the beacon font .css file into
my font folder; modified as below. Still no change. I even tried a few other fonts but
to no avail. None of the modifications allow for any other font functionality outside
of beacon & LouisGeorgeCafe.
stylesheet.css:
@font-face {
font-family: 'stonecross';
src: url('st______.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}
Regards.