problem with accent (french)

  • milos
    Support Staff
  • Moderator
  • Moderator
More
10 years 7 months ago #38811 by milos
Replied by milos on topic problem with accent (french)
To change the font, you should:

1. Find and download the font (in example in TTF format.
2. Convert the font in all necessary formats, using www.fontsquirrel.com/tools/webfont-generator
3. Upload them all to your website in /templates/hot_tennis/css
4. Open file layout.css and update this part:
Code:
@font-face { font-family: 'RobotoCondensed'; src: url('Roboto-Condensed-webfont.eot'); src: url('Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'), url('Roboto-Condensed-webfont.woff') format('woff'), url('Roboto-Condensed-webfont.ttf') format('truetype'), url('Roboto-Condensed-webfont.svg#RobotoCondensed') format('svg'); font-weight: normal; font-style: normal; }
with exact names of your font files.

5. Change "font-family" properties everywhere in all CSS files, in example this line
Code:
font-family: 'RobotoCondensed', sans-serif;

If you say "nothing happens" then you probably missed some parts of this procedure. If you make something wrong, default system font will appear.

Thanks

Please Log in to join the conversation.

  • Glourby
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 7 months ago #38813 by Glourby
i do exactly what you say but still the same, i don't understand

i remove all the old font but the template always use it

www.tennis-club-saint-gaudens.fr/index.p...erales/installations

mayba i do something wrong but i don't know what

Please Log in to join the conversation.

  • Glourby
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 7 months ago - 10 years 7 months ago #38815 by Glourby
Really don't understand, i changed the font with your tutorial (use font very different to see the result), i uploaded the layout.css with filezilla but nothing happens

when i check with firebug it's like i changed nothing, the font seems to always be Roboto

now i try with @import and it's the same nothing happens

last try, i deleted all font-face in layout.css and i replaced all Roboto with Arial and nothinggggggggg

is it possible to change the font???

please really need your help
Last edit: 10 years 7 months ago by Glourby.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
10 years 7 months ago #38816 by milos
Replied by milos on topic problem with accent (french)
No, you did not what I wrote. Open this file www.tennis-club-saint-gaudens.fr/templat...ennis/css/layout.css and you will see the references to old Roboto font everywhere.

So, please read my previous post carefully.

Thanks

Please Log in to join the conversation.

  • Glourby
    Inactive member
  • Topic Author
  • Member
  • Member
More
10 years 7 months ago #38817 by Glourby
really sorry, i installed hot tennis on 2 domains, one for my tennis club and the other one to try some changing before apply on my site. and i do the modifs on the wrong one and i refresh the other

what an idiot i'am :) really really sorry

One more question, how can i do to have the paragraph fontsize more a little more bigger?

thx

Please Log in to join the conversation.

More
10 years 7 months ago #38826 by ivan.milic
In layout.css:
Code:
div.user_row div.container { background: #fff; border-top: 2px solid #3b3b3b; border-bottom: 2px solid #3b3b3b; color: #454545; font-size: 15px; line-height: 22px; padding: 10px 0 20px; }

chnage:

font-size: 15px;

Please Log in to join the conversation.

Time to create page: 0.085 seconds
Powered by Kunena Forum