GX-Bug #65315
geschlossenIf StyleEdit4 is used there are always Google Font imported via the main.min.css
100%
Wenn die Google Webfont URL geleert wird, führt dies nicht mehr zu einer Einbindung der Roboto Schrift direkt aus dem Google CDN
Beschreibung
If StyleEdit4 is used there are always Google Fonts load from the Google CDN.
If the URL in StyleEdit4 ist empty no fonts should be loaded over import url() inside the main.min.css
Quick Fix:
change the line in the following file:
src/themes/Honeygrid/styles/system/config/_variables.scss
$gx-font-import-url: "https://fonts.googleapis.com/css?family=Roboto:400,700,300,900" !default;
to
$gx-font-import-url: "" !default;
It can be that the variable inside the file src/themes/Honeygrid/styles/system/config/_variables.scss is not needed anymore because the fonts are download and imported from the styleedit, so every referenz in the file can be deleted.
Von Daniel Wu vor fast 5 Jahren aktualisiert
- Thema wurde von If StyleEdit4 is used there are alwasy Google Fonst imported over the main.min.css zu If StyleEdit4 is used there are always Google Font imported via the main.min.css geändert
- Priorität wurde von Normal zu Sofort geändert
Von Till Tepelmann vor fast 5 Jahren aktualisiert
- Beschreibung aktualisiert (Vergleich)
- Priorität wurde von Sofort zu Normal geändert
Von Till Tepelmann vor fast 5 Jahren aktualisiert
- Priorität wurde von Normal zu Sofort geändert
Von Ulrich Wenk vor fast 5 Jahren aktualisiert
- Status wurde von Gemeldet zu Anerkannt geändert
Von Ronald Loyko vor fast 5 Jahren aktualisiert
- Zugewiesen an wurde auf Ronald Loyko gesetzt
Von Ronald Loyko vor fast 5 Jahren aktualisiert
- Status wurde von Anerkannt zu Testing geändert
- Zugewiesen an wurde von Ronald Loyko zu Core-Entwickler geändert
- Zielversion wurde von 133 zu 3.15.3.0 beta1 geändert
- Release Notes Langtext aktualisiert (Vergleich)
Von Julian Heckmann vor fast 5 Jahren aktualisiert
- Status wurde von Testing zu Erledigt geändert
- Zugewiesen an wurde von Core-Entwickler zu Julian Heckmann geändert
- % erledigt wurde von 0 zu 100 geändert
Von Moritz Bunjes vor fast 5 Jahren aktualisiert
- Release Notes Langtext aktualisiert (Vergleich)
Von Wilken Haase vor fast 5 Jahren aktualisiert
- Release Notes Langtext aktualisiert (Vergleich)