Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ Therefore:
- [Sergamon](https://sgmonda.com/sergamon) _SIL OFL_ ([view](https://www.programmingfonts.org/#sergamon))
- [Serious Shanns](https://kabeech.github.io/serious-shanns/) _MIT_ ([view](https://www.programmingfonts.org/#serious-shanns))
- [Share Tech Mono](https://fonts.google.com/specimen/Share+Tech+Mono) _SIL OFL_ ([view](https://www.programmingfonts.org/#share-tech))
- [Sinclair QL Extended](https://fontstruct.com/fontstructions/show/1104062/sinclair_ql_extended_1) _CC BY-SA 3.0_ ([view](https://www.programmingfonts.org/#sinclair-ql-extended))
- [SK Modernist Mono](https://seankanedesign.gumroad.com/l/sk-modernist) _commercial_ ([view](https://www.programmingfonts.org/#sk-modernist))
- [Sligoil](https://velvetyne.fr/fonts/sligoil/) _SIL OFL_ ([view](https://www.programmingfonts.org/#sligoil))
- [Sometype Mono](http://monospacedfont.com/) _SIL OFL_ ([view](https://www.programmingfonts.org/#sometype-mono))
Expand Down
1 change: 1 addition & 0 deletions fonts-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"Apache",
"Bitstream Vera",
"BSD-2-Clause",
"CC BY-SA 3.0",
"CC BY-SA 4.0",
"CC BY-ND 3.0",
"freeware",
Expand Down
12 changes: 12 additions & 0 deletions fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2303,6 +2303,18 @@
"year": 2012,
"zerostyle": "slashed"
},
"sinclair-ql-extended": {
"author": "count / Damien Guard",
"description": "Font of the Sinclair QL computer, with added (international) characters Clone of Sinclair QL + extensions based in QDOS Minerva Sourcecode released under GPL at http://www.bergbland.info/",
"license": "CC BY-SA 3.0",
"ligatures": false,
"name": "Sinclair QL Extended",
"rendering": "bitmap",
"style": "sans",
"website": "https://fontstruct.com/fontstructions/show/1104062/sinclair_ql_extended_1",
"year": 2015,
"zerostyle": "slashed"
},
"sk-modernist": {
"author": "Sean Kane",
"description": "Sk-Modernist is a minimalist and clean typeface which eschews complicated forms.",
Expand Down
8 changes: 8 additions & 0 deletions fonts/resources/sinclair-ql-extended/license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The FontStruction “Sinclair QL Extended”
(https://fontstruct.com/fontstructions/show/1104062) by “count” is licensed
under a Creative Commons Attribution Share Alike license
(http://creativecommons.org/licenses/by-sa/3.0/).
“Sinclair QL Extended” was originally cloned (copied) from the FontStruction
“Sinclair QL” (https://fontstruct.com/fontstructions/show/917532) by Damien
Guard, which is licensed under a Creative Commons Attribution Share Alike
license (http://creativecommons.org/licenses/by-sa/3.0/).
22 changes: 22 additions & 0 deletions fonts/resources/sinclair-ql-extended/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The font file in this archive was created using Fontstruct the free, online
font-building tool.
This font was created by “count”*.
This font has a homepage where this archive and other versions may be found:
https://fontstruct.com/fontstructions/show/1104062

*NOTE: “Sinclair QL Extended” was originally cloned (copied) from the
FontStruction “Sinclair QL”
(https://fontstruct.com/fontstructions/show/917532) by Damien Guard, which is
licensed under a Creative Commons Attribution Share Alike license
(http://creativecommons.org/licenses/by-sa/3.0/).

Try Fontstruct at https://fontstruct.com
It’s easy and it’s fun.

Fontstruct is copyright ©2015-2026 Rob Meek

LEGAL NOTICE:
In using this font you must comply with the licensing terms described in the
file “license.txt” included with this archive.
If you redistribute the font file in this archive, it must be accompanied by all
the other files from this archive, including this one.
Binary file not shown.
2 changes: 2 additions & 0 deletions fonts/stylesheets/fonts.less
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@

.font( 'share-tech', normal, normal, 'share-tech/share-tech.ttf' );

.font( 'sinclair-ql-extended', normal, normal, 'sinclair-ql-extended/sinclair-ql-extended.ttf' );

.font( 'sk-modernist', normal, normal, 'sk-modernist/sk-modernist.woff' );

.font( 'sligoil', normal, normal, 'sligoil/sligoil.woff2' );
Expand Down
6 changes: 6 additions & 0 deletions fonts/stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2314,6 +2314,12 @@
font-style: normal;
src: url('../resources/share-tech/share-tech.ttf');
}
@font-face {
font-family: 'sinclair-ql-extended';
font-weight: normal;
font-style: normal;
src: url('../resources/sinclair-ql-extended/sinclair-ql-extended.ttf');
}
@font-face {
font-family: 'sk-modernist';
font-weight: normal;
Expand Down