Open Sans - Hungarian Error (#7308)

* Open Sans - Hungarian Error
#449

* Open Sans - Hungarian Error
This commit is contained in:
Gevorg Mansuryan 2024-11-14 17:33:42 +04:00 committed by GitHub
parent 168277c0d4
commit 31b5260fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -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)
--------------------------------

View File

@ -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',
];
}