You can import fonts into Weebly by using the following method:
1. Go to Google Fonts and choose the font you want to use.
2. Download the font file.
3. In Weebly, go to Design > Edit HTML/CSS.
In the Assets tab, click Add File. Upload the font file.
4. In the CSS tab, add the following code at the bottom:
.wsite-elements.wsite-not-footer:not(.wsite-header-elements) div.paragraph, .wsite-header-elements) p, .wsite-header-elements) .product-description, .wslide-caption, .noimages {
font-family: 'FONT NAME', Arial, Helvetica, sans-serif;
}
5. Replace FONT NAME with the name of the font you downloaded (for example, OpenSans). Save your changes.
You can now use this font throughout your Weebly site!