Forum Discussion
SarahWilkins968
14 days agoCommunity Member
Fonts
How do I change fonts in the add code block?
EricaHunter
8 days agoCommunity Member
You can call webfonts in CSS without an issue. We use Open Sans and use Verdana for activities:
body {
font-family: Verdana, sans-serif;
font-size: 1.1rem;
margin: 0;
padding: 1rem;
background-color: white;
color: #333;
}
I asked Copilot what the best webfont for Open Sans. I think it looks pretty decent:
Related Content
- 10 months ago
- 8 months ago
- 9 years ago
- 5 months ago
- 5 months ago