We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Problem with bold accented characters capitalized using «uppercase» | Forum

S. Bourdon
S. Bourdon Nov 1 '14
Hello,


There is a problem with bold accented characters capitalized using «uppercase» in Oxwall.


As an example, here's a screenshot of a Forum Search done on Oxwall.org:



Notice how the È has been capitalized; it isn't being displayed in bold, as every other character.


How can this be fixed?


Thank you very much!



P.S.: You can also do this Forum search and get the same results using this link: Forum Search on Oxwall.org


ross Team
ross Nov 3 '14
This is not software problem this is a font issue. We use ubuntu fonts and this letter does not support bold in Ubuntu fonts, you can change it to Arial for example and it will be displayed properly. 
S. Bourdon
S. Bourdon Nov 3 '14
Thanks, but why then is it possible to display accented letters correctly on Ubuntu font page: http://font.ubuntu.com/ ?


Give it a try: enter the word «VÉRIFICATION», select «Weight: Bold» and everything will appear exactly as it should!


Are there some files that could be updated in Oxwall to make this work using the Ubuntu font?


Many thanks!

ross Team
ross Nov 3 '14
Ubuntubold which is not Ubuntu font in bold weight does not support such characters, which is why you need you need to use another font for example Ubuntu


you can redefine this by using Google fonts in the Theme customizer: 


@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,greek-ext,greek,latin-ext,cyrillic,cyrillic-ext);
.ow_box_cap h3, .ow_box_cap_empty h3 {font-family: 'Ubuntu';font-weight: bold;}


or the easiest way is to use Arial font, which is presented in all operating systems. 


.ow_box_cap h3, .ow_box_cap_empty h3 {font-family: 'Ubuntu';font-weight: bold;}

The Forum post is edited by ross Nov 3 '14