dcc.Link not adjusting font size

Hi, I have a link where I want to change the font size

dcc.Link("http:/foo"], style={"color": "red", "size":"20"})

It takes the color input, but wont change the size of the font. How can I achieve this?

Just use ‘font-size’:‘20px’ instead of size!