Skip to content

Exo 2 font create a wrong code in css #462

@joomlaplates-de

Description

@joomlaplates-de

Hello, if you select Exo 2 font in Template options the css code is wrong, see picture
Here is the wrong code > double ´"

.body {
  font-family:"'Exo 2'", Arial, Helvetica, sans-serif;
}

It should look like that

.body {
  font-family:"Exo 2", Arial, Helvetica, sans-serif;
}

exo

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions