I am working on web application where I have taken href. But the default font of it is too small when comparing to the page. So I want to increase the size of the font.
You can do like this:
a {font-size: 100px}
Try avoid using font tag because it's deprecated. Use CSS like above instead. You can give your anchors specific class and apply any style for them.