Blankscreen-exe / ColorToGrayScale-converter

It converts colors from html input to their grayscale versions
https://blankscreen-exe.github.io/ColorToGrayScale-converter/
0 stars 2 forks source link

Update index.html to change global font to calibri. Closes #2 #6

Closed kyracho closed 1 month ago

kyracho commented 1 month ago

Update index.html to change global font to calibri. Closes issue #2

Adding the CSS rule:

html, body {
    font-family: 'Calibri', sans-serif;
}
Blankscreen-exe commented 1 month ago

Thanks a bunch!

@kyracho I see that you are interested in GenAI. Want to work together on something cool?