Questions tagged [unicode-range]

27 questions
1
vote
2 answers

Turkish characters not working for Google Raleway font

I am using a special WordPress theme along with the Google Raleway (ExtraLight) font. Some Turkish characters on my site are not working well, although Raleway font has support for Turkish. The system does not use template font directory. I see the…
1
vote
1 answer

Using LESS/CSS to apply a custom font to all characters EXCEPT the ampersand

I have the following: @font-mensch: 'menschmensch_bold', "wf_SegoeUI","Segoe UI","Segoe","Segoe WP", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; @font-face { font-family: 'menschmensch_bold'; src:…
RobVious
  • 12,685
  • 25
  • 99
  • 181
1
vote
1 answer

don't understand @font-face override effect

http://24ways.org/2011/creating-custom-font-stacks-with-unicode-range/ I found an article about the unicode-range for the @font-face rule and that firefox doesn't support the unicode-range property. But the author found a workaround, which I don't…
timaschew
  • 16,254
  • 6
  • 61
  • 78
0
votes
0 answers

How to get "font-display" attribute to respect "unicode range"

I have a website that has a mix of Hebrew and English characters. I load a custom Hebrew font in the css like so: @font-face { font-family: 'Taamey David CLM'; src: url('TaameyDavidCLM/TaameyDavidCLM-Medium.woff2') format('woff2'), …
ak0000
  • 137
  • 5
0
votes
0 answers

CSS CH Unit Inconsistency Between Browsers (FF and Chrome) - How to Handle

I use as font-family stack like this: body{ font-family: icon, 'Merriweather Sans', ui-sans-serif, sans-serif; } with icon being an icon-font that has some symbols in it for example arrows, which can occur in copy text or headlines. The icon font…
iDad
  • 39
  • 4
0
votes
0 answers

What Unicode Ranges are used exclusively by Simplified Chinese, Traditional Chinese, Korean, and Japanese?

I need to create packages that contain Unicode characters used only by a specified language. A key requirement for these packages is to make them as small as possible (thus why each package only contains the characters used for its language). The…
Rick
  • 421
  • 3
  • 15
0
votes
1 answer

Error: CSS: unicode-range: Too many values or values are not recognized

Im doing a case study using validator.w3 and its showing me 3 different errors to with unicode-range and i can't seem to figure out whats the explanation behind it online. At the unicode range U+A8E0-A8FB,U+A720-A7FF and U+FFFD Anyone knows about…
0
votes
1 answer

Find continuous range in a list of unicode code points

I have a list of unicode code points, something along these lines (not an actual set, problem illustration…
0
votes
1 answer

Making a Latin font smaller than Hebrew (unicode-range)

I have a Hebrew/English site that uses two fonts added with @font-face. Using unicode-range I've defined one font to apply only at Hebrew chars and another to apply to all other chars. The problem is in the fact that my Hebrew font has characters…
0
votes
0 answers

How to do a unicode-range feature detection.

I want to feature detect unicode range. I understand Modernizr has a code for it. Any way to remove the unneeded part from it and simply feature detect?
0
votes
1 answer

Use custom font only if current one has not certain characters

I am working on a script that puts some text on a page. The text contains some unicode characters. I have custom font that has those characters, but I'd like to use my font only if the font used on a webpage does not have them. I can't controll main…
SirPL
  • 51
  • 8
0
votes
1 answer

Invalid unicodeRange in CSS, Flex

I'm having a hard time trying to limit the size of the app by reducing the unicode range of my fonts. I've tried several different combinations, the error is the same no matter what range I put there: -invalid Unicode range '005A' Where 005A can be…
Artemix
  • 8,497
  • 14
  • 48
  • 75
1
2