Some Newbie issues: (1. importing web fonts (2. disabling the hyperlink psuedoclasses on buttons
Okay, I don't care how familiar I am with CS6. I'm a rank newbie in CC2021.
I'm currently at square 1 of rebuilding an existing website. I've got a base page, that I intend to eventually use as a template. But I'd like to nail a few things down before doing that.
Issue #1: I could just go ahead and use the default fonts that Dreamweaver used in the document that I built the page off of (one of the tutorial files), or change everything to Verdana as in the old site. But in the web design class I've been attending over the past semester, we used webfonts. I would rather like to be able to use one of the ones that I'd been using for the headlines and subheads. Just copy/pasting the font import information from the Codepen pages which we built in the class doesn't appear to bring them into Dreamweaver.
These are Google fonts, off their website of free fonts. Do I need to "repurchase" them, or what?
Issue #2: There will be a handful of external links in the site, and there will be a lot of download links, so I *do* want the hyperlink pseudoclasses.
However, I do not want them to apply to buttons or dropdown menu links. The Classroom in a Book talked about disableing the link psuedoclasses when one applies a link to a header, but I tried doing the same with the button and dropdown links and it does not appear to make a bit of difference.
If it's any help, the buttons ad dropdwn menus were copy/pasted from W3Schools 'How To' collection. They are the 'Button Group', and the 'Dropdown in Topnav' items.
Basically, I would like the psuedoclasses to only apply in regular text. I do see that the html for the button group and dropdown menus do *not* add a paragraph or header tag to the button text. Os there a way to *only* text in a <p> or <h(whatever)> tag?
I'll undoubtedly have some other newbie-level questions as I work my way through this project, but these will certainly do for starters.
Thank you all for your time and attention.

