Hwo do I change the font on all my buttons in Dawn theme?

I am hoping someone can help me! I want to change the font on all my buttons to a customized font. I have already uploaded the font and have been able to use it on everything else on my site. I am just having issues finding where or how to change the font on all the buttons on my site.

I am sure I will need to do some sort of coding for it, and if that is the case please know that I am not a coder and do not understand it! However, if you can literally tell me step by step where I need to go and what the code is then I can certainly do it.

I am using the Dawn theme.

Thank you in advance!

Add custom CSS to base.css and copy the button class and then apply the custom font to buttons

For example if the button class is button then,

.button {
font-family: sans-serif! important;
}