style: alle font-family auf Poppins umgestellt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-04-03 14:00:32 +02:00
parent 2c67d4e452
commit cf31d6bbd2
3 changed files with 5 additions and 5 deletions

View File

@@ -326,7 +326,7 @@ function makeSwatch(hsl) {
swatch.title = hex;
const label = document.createElement('span');
label.style.cssText = 'font-size:0.75rem;font-family:monospace';
label.style.cssText = 'font-size:0.75rem;font-family:Poppins,sans-serif';
label.textContent = hex;
wrapper.appendChild(swatch);