use dotgrid module

This commit is contained in:
Akbar Rahman 2024-12-25 19:33:59 +00:00
parent b7c38ddc89
commit d512ff1c73
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF

View File

@ -1,4 +1,10 @@
@import url("https://styles.alv.cx/fonts/comic-mono-font.css");
@import url("https://styles.alv.cx/modules/dotgrid.css");
:root {
--dotgrid-size: 3em;
--dotgrid-dot-size: 1px;
}
body {
font-family: 'Comic Mono', monospace;