website

The source code for https://bpaul.xyz
Log | Files | Refs

commit ee70b26889603b901d08ecb02503ebe6e675d94f
parent f69988c958cbc43901d4e69b1e1bf208ae84fcbf
Author: bpaul <bpaul@bpaul.xyz>
Date:   Mon,  6 Jul 2020 12:11:39 +1000

Font default

Diffstat:
Mindex.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/index.css b/index.css @@ -1,6 +1,8 @@ body { background-color: #282A36; color: #F8F8F2; + font-family: Courier New; + font-size: 12px; } .navbar {