mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Open Sans - Hungarian Error (#7308)
* Open Sans - Hungarian Error #449 * Open Sans - Hungarian Error
This commit is contained in:
parent
168277c0d4
commit
31b5260fa0
@ -15,6 +15,7 @@ HumHub Changelog
|
||||
- Fix #7301: Profile header: on small screens, the space at the left and the right of the image must be equal
|
||||
- Fix #7298: Don't check email for existing on password recovery (CVE-2024-52043)
|
||||
- Enh #7038: Optimize notification overview
|
||||
- Fix #7308: Fix Hungarian symbol error in `Open Sans` font
|
||||
|
||||
1.17.0-beta.1 (October 28, 2024)
|
||||
--------------------------------
|
||||
|
@ -39,6 +39,8 @@ class OpenSansAsset extends AssetBundle
|
||||
*/
|
||||
public $preload = [
|
||||
'latin.css',
|
||||
'latin-ext.css',
|
||||
'latin-ext-italic.css',
|
||||
'latin-italic.css',
|
||||
];
|
||||
|
||||
@ -47,6 +49,8 @@ class OpenSansAsset extends AssetBundle
|
||||
*/
|
||||
public $css = [
|
||||
'latin.css',
|
||||
'latin-ext.css',
|
||||
'latin-ext-italic.css',
|
||||
'latin-italic.css',
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user