Embeded Google Fonts

Hello

I disabled

@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700italic,700,400italic|PT+Sans+Caption:400,700|PT+Sans+Narrow:400,700"); */

in //kirby/assets/css/screen.css. Then the webside looked not so god as before.

Then I downloaded the mentioned fonts via https://google-webfonts-helper.herokuapp.com. I copied them to //kirby/fonts

The I added the CSS-Code in //kirby/assets/css/screen.css.

  1. Then the website doesn’t looks like before Step 1. The website looks like before Step 2.

What did I wrong?

Regards

FUSS

You should put your fonts into the assets folder, not the Kirby root. And maybe the links are not correct, you might want to post your @font-face rules.

Thank you very much. The Problem is solved.

You should put your fonts into the assets folder

FUSS