Ciao,
capisco tutto grazie. L'ultima cosa che devi fare qua è scusarti per il tuo inglese

Quello che vuoi fare è un po' complicato. Vedi tu se vale la pena o no. Non è possibile farlo in iWeb stesso. Devi modificare la fonte dell'applicazione stessa. Here's how...
Go to your applications folder choose iWeb ctrl+click Show package contents (mostra contenuto pacchetto o simile), contents, resources, Themes, choose your theme, show package content, Italian.lproj (your language's project), choose your template, show package content, Contents, Resources, Localizable.strings open with TextEdit and you will find something like this:
/* ----- Font Names */
"FONT_Arial-BoldMT" = "Arial-BoldMT";
"FONT_ArialMT" = "ArialMT";
/* ----- Placeholder Strings */
"FIELD_Afternoon at the beach" = "Pomeriggio in spiaggia";
"FIELD_Dog days" = "I giorni più caldi";
"FIELD_My Photos" = "Le mie foto";
"FIELD_Sue visiting from Boston" = "L'arrivo di Susanna da Milano";
"FIELD_The Summer Crew" = "Il gruppo estivo";
In there you can change the font. If I would want to have the links you mentioned displaying in Times New Roman instead of Arial-BoldMT I would change it as follows:
/* ----- Font Names */
"FONT_Arial-BoldMT" = "
Times New Roman";
"FONT_ArialMT" = "ArialMT";
/* ----- Placeholder Strings */
"FIELD_Afternoon at the beach" = "Pomeriggio in spiaggia";
"FIELD_Dog days" = "I giorni più caldi";
"FIELD_My Photos" = "Le mie foto";
"FIELD_Sue visiting from Boston" = "L'arrivo di Susanna da Milano";
"FIELD_The Summer Crew" = "Il gruppo estivo";
Saluti,
Cédric (un giovane ragazzo svizzero)