In the advanced tab in editing the theme I put in the font field "Open Sans Condensed"
Joomla render
<link href="https://fonts.googleapis.com/css?family=Open Sans Condensed" rel="stylesheet" />
<style>
h1, h2, h3, h4, h5, h6, .site-title {
font-family: 'Open Sans Condensed', sans-serif;
}
</style>
Google expect
https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300 in link
acording to https://fonts.google.com/specimen/Open+Sans+Condensed
I tried to put "Open Sans Condensed:300" to correct the URL, but joomla render
<link href="https://fonts.googleapis.com/css?family=Open Sans Condensed:300" rel="stylesheet" />
<style>
h1, h2, h3, h4, h5, h6, .site-title {
font-family: 'Open Sans Condensed:300', sans-serif;
}
</style>
In this second case the link is correct but the font-family is wrong
Labels |
Added:
?
|
Labels |
Added:
J3 Issue
|
Status | New | ⇒ | Information Required |
OK, but the style will be wrong
h1, h2, h3, h4, h5, h6, .site-title {
font-family: 'Open Sans Condensed:300', sans-serif;
}
the correct is
font-family: 'Open Sans Condensed', sans-serif; without :300
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-22 16:01:24 |
Closed_By | ⇒ | franz-wohlkoenig |
Have you asked on Forum as this Repository is for coding?