I have set a custom font and background for the initial view of the dropdown list (Select a choice). The font-size is 20 pixels and looks great with the custom
I am agreed with Peter but by the use of:
select {
font-size: 20px;
font-family: 'Averia Libre', cursive;
}
on the css will change all of the dropdown font so he should use class instead of total select
CSS
.selectClass {
font-size: 25px;
font-family: 'Impact', cursive;
}
And HTML
Or you may see the fiddle directly on http://jsfiddle.net/sNkDW/