First thing Hi

I'm just starting to use conky and I had some problems but thanks to lurking here I solved many of the problems, except one. I want to use other font for my conkyrc file and at first I succeeded, didn't like it, changed the font again and since that it doesn't update any of the font changes I've done (just to test it if they were done). I've used fixed width fonts and I've reloaded the font cache too. Anybody can see where's the mistake ?

Here's the conkyrc file

Code:
#conkyrc en progreso

#Tiempo actualizacion

update_interval 1.0

double_buffer yes

#Crear Ventana ?

own_window yes					# Si
#own_window_class 				# Manually set the WM_CLASS name
#own_window_colour 				# If own_window_transparent no, set a specified background colour
own_window_hints undecorated,below,skip_taskbar # Window hints to use if own_window yes
#own_window_title				# Manually set the window name
own_window_transparent yes			# Transparente ? 
own_window_type override			# Sets type of window
out_to_console no 

double_buffer yes

maximum_width 250
default_color white

# No dibujar bordes

draw_borders no   

# No dibujar sombras

draw_shades no                             

# Text alignment, other possible values are commented

alignment top_right
#alignment top_left
#alignment bottom_left
#alignment bottom_right

# No usar mayusculas

uppercase no

# Usar Xft?

use_xft yes

# Xft font when Xft is enabled
xftfont zerothre:size=6

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no

TEXT

${color white}${font openlogos:size=80}$alignc v $font

$nodename - $sysname $kernel on $machine
$hr
${color grey}Uptime:$color $uptime
${color grey}Frequency (in MHz):$color $freq
${color grey}Frequency (in GHz):$color $freq_g
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color grey}${memgraph  32,250 FFFFFF 7f8ed3 -t}
${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
$hr
${color grey}CPU Usage:${color white} cpu1 ${cpubar 4}
${color grey}CPU Usage:${color white} cpu2 ${cpubar 4}
${color white}CPU1
${color grey}${cpugraph cpu0 32,250 FFFFFF 7f8ed3}
${color white}CPU2
${color grey}${cpugraph cpu1 32,250 FFFFFF 7f8ed3}
${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
$hr
${color grey}File systems:
 /           ${goto 70} $color${fs_free /}/${fs_size /} ${fs_bar 6 /}
 /home    ${goto 70} $color${fs_free /home}/${fs_size /home} ${fs_bar 6 /home}
 /VAIO       ${goto 70} $color${fs_free /media/VAIO}/${fs_size /media/VAIO} ${fs_bar 6 /media/VAIO}
 /ampliacion ${goto 70} $color${fs_free /media/ampliacion}/${fs_size /media/ampliacion} ${fs_bar 6 /media/ampliacion}
 
$hr
${color grey}Networking:
 Up:$color ${upspeed eth0} k/s${color grey} - Down:$color ${downspeed eth0} k/s
${color white} Upload
${color grey}${upspeedgraph eth0 32,250 FFFFFF 7f8ed3}
${color white} Download
${color grey}${downspeedgraph eth0 32,250 FFFFFF 7f8ed3}
$hr
#${color grey}MPD: $mpd_status $mpd_artist - $mpd_title from $mpd_album at $mpd_vol
#Bitrate: $mpd_bitrate\n" "Progress: $mpd_bar
#${color grey}XMMS2: $xmms2_status $xmms2_artist - $xmms2_title from $xmms2_album
#Progress: $xmms2_bar
${color grey}Name	           ${goto 92} PID	   ${goto 152} CPU%	    ${alignr} MEM%
 ${color lightgrey}  ${top name 1} ${goto 90} ${top pid 1} ${goto 150} ${top cpu 1} ${alignr} ${top mem 1}
 ${color lightgrey}  ${top name 2} ${goto 90} ${top pid 2} ${goto 150} ${top cpu 2} ${alignr} ${top mem 2}
 ${color lightgrey}  ${top name 3} ${goto 90} ${top pid 3} ${goto 150} ${top cpu 3} ${alignr} ${top mem 3}
 ${color lightgrey}  ${top name 4} ${goto 90} ${top pid 4} ${goto 150} ${top cpu 4} ${alignr} ${top mem 4}
 ${color lightgrey}  ${top name 5} ${goto 90} ${top pid 5} ${goto 150} ${top cpu 5} ${alignr} ${top mem 5}
${tail /var/log/Xorg.0.log 3}";
Some of the things are in spanish, well because I'm from Spain