For some reason, other languages load these fonts from _static/fonts. The RU version loads them from there and tries to get them from the boostrap folder as well. I have no idea why at this stage, but it is replicable in the dev vagrant box:
Check out master of this repo
Checkout 0.2.0 of the standard within
Build with BODSLANG=ru build-all
This isn't a major issue, as it doesn't seem to actually break any displayed fonts on the live docs, but it would be nice to clear up.
See console on http://standard.openownership.org/ru/0.2.0/
For some reason, other languages load these fonts from
_static/fonts
. The RU version loads them from there and tries to get them from the boostrap folder as well. I have no idea why at this stage, but it is replicable in the dev vagrant box:BODSLANG=ru build-all
This isn't a major issue, as it doesn't seem to actually break any displayed fonts on the live docs, but it would be nice to clear up.