People *have* explained this already. The solution is:

Code:
on *:join:#:{
  if ($nick == $me) { font $chan 1 arial } 
  else { return }
}