1
0
mirror of https://github.com/osmarks/website synced 2025-08-29 16:57:56 +00:00

Improve GUIHacker

This commit is contained in:
osmarks
2024-10-25 19:36:44 +01:00
parent 559f784131
commit f8b17595e6
2 changed files with 8 additions and 12 deletions

View File

@@ -4,15 +4,8 @@ comments: off
description: <a href="https://github.com/osmarks/guihacker">My fork</a> of GUIHacker. Possibly the only version actually on the web right now since the original website is down.
---
<style>
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
src: local('Source Code Pro'), local('SourceCodePro-Regular'),
}
body {
font-family: 'Source Code Pro', 'Fira Code', 'Inconsolata', 'Courier New', 'Courier', monospace;
font-family: 'Iosevka', 'Source Code Pro', 'Fira Code', 'Inconsolata', 'Courier New', 'Courier', monospace;
background: #000;
color: #00FF00;
margin: 0;