- Posts: 6744
- Thank you received: 716
problem with accent (french)
-
milos
Support Staff - Moderator
Less
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:
with exact names of your font files.
5. Change "font-family" properties everywhere in all CSS files, in example this line
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
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;
}
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
Less
More
- Posts: 20
- Thank you received: 0
10 years 7 months ago #38813
by Glourby
Replied by Glourby on topic problem with accent (french)
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
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
Less
More
- Posts: 20
- Thank you received: 0
10 years 7 months ago - 10 years 7 months ago #38815
by Glourby
Replied by Glourby on topic problem with accent (french)
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
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
Less
More
- Posts: 6744
- Thank you received: 716
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
So, please read my previous post carefully.
Thanks
Please Log in to join the conversation.
-
Glourby
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
10 years 7 months ago #38817
by Glourby
Replied by Glourby on topic problem with accent (french)
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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #38826
by ivan.milic
Replied by ivan.milic on topic problem with accent (french)
In layout.css:
chnage:
font-size: 15px;
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