diff --git a/FontPixels.qml b/FontPixels.qml.new
index 6ff85da..fce23b5 100644
--- a/FontPixels.qml
+++ b/FontPixels.qml.new
@@ -33,15 +33,6 @@ QtObject{
 
     property ListModel fontlist: ListModel{
         ListElement{
-            name: "COMMODORE_PET"
-            text: "Commodore PET (1977)"
-            source: "fonts/1977-commodore-pet/COMMODORE_PET.ttf"
-            lineSpacing: 2
-            pixelSize: 8
-            baseScaling: 4.0
-            fontWidth: 0.8
-        }
-        ListElement{
             name: "PROGGY_TINY"
             text: "Proggy Tiny (Modern)"
             source: "fonts/modern-proggy-tiny/ProggyTiny.ttf"
@@ -68,32 +59,5 @@ QtObject{
             baseScaling: 3.0
             fontWidth: 1.0
         }
-        ListElement{
-            name: "APPLE_II"
-            text: "Apple ][ (1977)"
-            source: "fonts/1977-apple2/PrintChar21.ttf"
-            lineSpacing: 2
-            pixelSize: 8
-            baseScaling: 4.0
-            fontWidth: 0.9
-        }
-        ListElement{
-            name: "ATARI_400"
-            text: "Atari 400-800 (1979)"
-            source: "fonts/1979-atari-400-800/ATARI400800_original.TTF"
-            lineSpacing: 3
-            pixelSize: 8
-            baseScaling: 4.0
-            fontWidth: 0.8
-        }
-        ListElement{
-            name: "COMMODORE_64"
-            text: "Commodore 64 (1982)"
-            source: "fonts/1982-commodore64/C64_Pro_Mono_v1.0-STYLE.ttf"
-            lineSpacing: 3
-            pixelSize: 8
-            baseScaling: 4.0
-            fontWidth: 0.8
-        }
     }
 }
