Can I use custom @font-face font with same name as built-in font?

Jcyvdbbnknlsv

New Member
If I have a custom font and I call it 'verdana', will that conflict with the browser's built-in verdana font? When I do:\[code\]font-family: 'verdana';\[/code\]will the browser use my custom font or the built-in one?
 
Back
Top