alpdesk/contao-google-fonts

Local Google Webfonts for Contao

Installs: 1 461

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Type:contao-bundle

1.3.2 2022-12-10 05:16 UTC

This package is auto-updated.

Last update: 2024-04-18 12:24:48 UTC


README

Contao Version

With this extension, Google-Webfonts can be easily downloaded and integrated locally into Contao CMS with just a few clicks.

see also https://docs.contao.org/manual/de/guides/webfont/

Manual

  1. open menu item "Google fonts" in backend
  2. select the font and click "Download"
  3. the font is then stored in the file manager with appropriate CSS
  4. there are two CSS files. One for "best practice and old browsers" (font_legacy.css) and one for "modern browsers" ( font.css)
  5. select the appropriate CSS from the file manager in the layout
  6. last put the font-family to your css
  7. ready!! Now you are compliant to DSGVO :-)

1.2.0-BETA* also supports unicode-ranges. But the feature is currently in BETA-State! :-)

Contao DebugMode for Versions 1.0.* (only for Contao < 4.12)

If DebugMode is enabled at Contao version < 4.12 there are INVALID additional lines inside the CSS like e.g.

<!-- TEMPLATE START: vendor/alpdesk/contao-google-fonts/src/Resources/contao/templates/google_fonts_css.html5 -->
/* ubuntu-v19-300 - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(''),
    url('ubuntu-v19-latin-300.woff2') format('woff2'),
    url('ubuntu-v19-latin-300.woff') format('woff');
}

<!-- TEMPLATE END: vendor/alpdesk/contao-google-fonts/src/Resources/contao/templates/google_fonts_css.html5 -->

Currently this cannot be disabled. So to download the font you have to be in ProductionMode!

Other

The feature is only available for administrators.

Technically

Uses API from https://google-webfonts-helper.herokuapp.com/fonts (https://github.com/majodev/google-webfonts-helper). Big thanks to majodev (https://github.com/majodev).

Images