When importing CSS, don't add .ssi prefix before @font
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.
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.