Ezra SIL including in Website

Hello,
I try to include Ezra SIL in my website. I use this code in the css-file:

@font-face {
font-family: ‘Ezra SIL’;
src: url(’…/fonts/SILEOT.ttf’) format(‘truetype’),
url(’…/fonts/SILEOT.woff’) format(‘woff’),
font-weight: normal;
font-style: normal;
}

p.hebraeisch {
font-family: ‘Ezra SIL’; serif;
font-size: 1.2em;
}
The font is displayed only on systems where the font is installed locally.
What am I doing wrong?
Sorry for my English
Sincerley
Jörg Sieger

oh I forgot the ; after the last url

Hi Jörg. I’m glad you figured it out. I’m glad you are finding Ezra SIL useful.

Using urls that start with ../ or .../ may require browsers be configured to override security policies related to file uri handling. Certainly Firefox users will have to override the default setting for security.fileuri.strict_origin_policy . It is fine for testing, but not for a production site.