Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor formatting edit

...

The Cypriot Syllabary

A mainly right to left script. In the Unicode Standard, codes U+10800‥U+1083F.

...

In a CSS, an @font-face declaration must be added. The following example shows the syntax as it would be used on the RIBO platform (Highwire):

@font-face {
 

...

 

...

font-family:

...

'Aegean';
 

...

 

...

src:

...

url('Aegean.woff2')

...

format('woff2'),
 

...

 

...

 

...

 

...

 url('Aegean.woff')

...

format('woff');
 

...

 

...

font-style:

...

normal;
 

...

 

...

font-weight:

...

normal;
 

...

 

...

text-rendering:

...

optimizeLegibility;
}

In the same CSS, a :lang() pseudo-class must be added as well:

...