Skip to main content

When importing CSS, don't add .ssi prefix before @font

  • August 27, 2018
  • 0 replies
  • 1 view

In our branded header, we use an image font. It is attached via CSS, the definition starts with "@font-face{font-family:..".

The problem starts, when we try to upload the CSS file to the INSIDED server. The server adds .ssi in front of each definition, which produces: ".ssi @font-face{font-family:..."

I would much appreciate if the system didn't do that, or at least stopped to add this before @font definitions.