Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Alle einbinden" gemäß Anleitung geht nicht #14

Open
bitshiftersgmbh opened this issue Oct 29, 2022 · 4 comments
Open

"Alle einbinden" gemäß Anleitung geht nicht #14

bitshiftersgmbh opened this issue Oct 29, 2022 · 4 comments
Labels
question Further information is requested

Comments

@bitshiftersgmbh
Copy link

Dabei kommt es zu Pfad-Duplikaten (z.B. /assets/addons/assets/addons/fonts/lato-v23-latin/lato-v23-latin.css) die dann natürlich nicht zum richtigen Ziel führen.

@AndiLeni
Copy link
Owner

Wie kommst du denn an diesen Pfad?
Nach dem Herunterladen wird ja direkt ein Code Schnipsel angezeigt, welcher zur korrekten CSS Datei führt.

@AndiLeni AndiLeni added the question Further information is requested label Oct 29, 2022
@danspringer
Copy link
Contributor

@danspringer
Copy link
Contributor

Oder steht das bei dir in der generierten gfonts.css?

@bitshiftersgmbh
Copy link
Author

@AndiLeni : Wie im Titel zu lesen, hab ich mich genau an die Anleitung gehalten. Dann nochmal eine etwas ausführlichere Problemherleitung.

  1. <link href="<?= rex_url::addonAssets('fonts','gfonts.css') ?>" rel="stylesheet"> im Template eingebunden.
  2. Das erzeugt: <link href="/assets/addons/fonts/gfonts.css" rel="stylesheet">.
  3. Das kann aufgelöst werden und führt zu der CSS die wiederum alle installierten/aktivierten Fonts nochmal per Ziel-CSS einbindet.
  4. Dort liegt das Problem. Der Browser meldet: https://www.blabla.de/assets/addons/assets/addons/fonts/lato-v23-latin/lato-v23-latin.css net::ERR_ABORTED 404 (Not Found)
  5. Schuld daran sind mMn in der gfonts.css die leading dots: @import url("../assets/addons/fonts/lato-v23-latin/lato-v23-latin.css");. Die 2 Punkte am Anfang müssten aus meiner Sicht einfach weg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants