• Hi,

    how can I install the Google Fonts locally. Because of the DSGVO ist is not allowed to use the fonts in the web.

    Best regards

    Jason

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jchrusty

    (@jchrusty)

    Hi @jchrusty thank you for the query.

    You should get an access to download your chosen Google Fonts and use this plugin to upload and use them on your website.

    Hope that helps.

    Regards,
    Kharis

    Thread Starter jchrusty

    (@jchrusty)

    Thanky you for your reply,

    It seems more diffcult than I need to do.

    I would like to add some CSS in the Additional/Custom CSS Section in the theme

    I have added for example

    /* inter-100 - latin */
    @font-face {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 100;
      src: url('../fonts/inter-v7-latin-100.eot'); /* IE9 Compat Modes */
      src: local(''),
           url('../fonts/inter-v7-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/inter-v7-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/inter-v7-latin-100.woff') format('woff'), /* Modern Browsers */
           url('../fonts/inter-v7-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/inter-v7-latin-100.svg#Inter') format('svg'); /* Legacy iOS */
    }

    But the problem is, that the system did not find the path. Can you tell me in which directory the additional/custom css is loaded.
    I have created the directory fonts-directory in the wordpress-directory.

    Best regards

    Jason

    Hi @jchrusty thank you for getting back.

    You can apply custom CSS to your site from Dashboard > Appearance > Customize > Additional CSS.

    When doing so, you should adjust the location of the font in the url value. Refer to https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face#specifying_a_downloadable_font.

    Regards,
    Kharis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Botiga and DSGVO – Google Fonts’ is closed to new replies.