change font

This commit is contained in:
twoneis 2025-02-22 02:54:28 +01:00
parent 320fcf079f
commit 484605c596

View file

@ -1,4 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');
* {
font-family: "Fira Code", serif;
background-color: #191724;
color: #e0def4;
}