Problem with the Font BebasNueu In JomSocial.

October 08 Joomla Templates
GK User
Tue Aug 16, 2011 11:07 pm
I'm having problem with the Font BebasNueu In JomSocial.

The source is blurred because the style of bold.

Bold removed the headers of the modules in the template css Jomsocial. Yet other sections such as titles of groups, events, photos etc.. I could not solve.

I do not want to use another font. Is there any way to fix it?


Untitled-3_2011-08-17.png
User avatar
Junior Boarder

GK User
Tue Aug 16, 2011 11:40 pm
Try to edit the CSS that corresponds to that area, manually adding the font, then add the CSS to override.css and save it.
User avatar
Expert Boarder

GK User
Tue Aug 16, 2011 11:52 pm
Thank you for answering
Unfortunately I do not have much practice with override.css. Could you please give me details of how to do?

Looking at the css. I think the problem is in the block below:

Code: Select all
* COMMUNITY :.cModule

 * this class is reusable across the JomSocial application

 */

#community-wrap .cModule{border:1px solid #ddd;border-bottom:1px solid #ccc;position:relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:0 0 15px;padding:5px}

#community-wrap .cModule h3{border-bottom:1px solid #ddd;color:#4E6221;font-size:16px !important;text-shadow:none;margin:0 0 7px;padding:5px 0; font-weight: bold !important;}

#community-wrap .cModule h4{border-bottom:1px dotted #ccc;color:#333;font-size:90%;font-weight:700;margin:0;padding:0 0 5px}

#community-wrap .cModule fieldset{background:none;border:0;margin:0;padding:0}



/**

 * COMMUNITY :CONTENT TITLE

 * this class is reusable across the JomSocial application

 */

body #community-wrap div.ctitle{font-weight:700;border-bottom:2px solid #ddd;margin:0 0 5px!important;padding:5px 0!important}

body #community-wrap div.ctitle h2{font-size:120%;font-weight:100;border:none;margin:0;padding:3px 0}



/**
User avatar
Junior Boarder

GK User
Wed Aug 17, 2011 12:06 am
Better give me the url so that I can check online and test it.
User avatar
Expert Boarder

GK User
Wed Aug 17, 2011 12:29 am
User avatar
Junior Boarder

GK User
Wed Aug 17, 2011 12:32 am
http://tinyurl.com/43tjutb
this section may see more problems in the group title
User avatar
Junior Boarder

GK User
Wed Aug 17, 2011 12:40 am
Ok, entendi, vou dar uma espreitadela e já retorno com alguma coisa ;)

Podes adicionar no CSS isso:

Code: Select all
.cMain H3
{
   font-family: BebasNeue;
}


Senão funcionar, adiciona também este extra:

Code: Select all
@font-face {
    font-family: 'BebasNeue';
    src: url('../BebasNeue.otf') format('otf'),
    font-weight: normal;
    font-style: normal;


Alterando o link para a pasta onde alojas-te a font.

Podes descarregar a font aqui: http://www.fontsquirrel.com/fonts/bebas-neue

Quando ao problema com os acêntos, podes pedir ao teu provedor para colocar o servidor em UTF-8, ou, ver no Joomla se o tens em UTF-8.
User avatar
Expert Boarder

GK User
Wed Aug 17, 2011 10:02 am
I added the CSS, but did not solve
User avatar
Junior Boarder


cron