diff --git a/README.md b/README.md index 589b5f8..7f7f755 100755 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ Therefore: - [Roboto Mono](https://www.google.com/fonts/specimen/Roboto+Mono) _Apache_ ([view](https://www.programmingfonts.org/#roboto)) - [saxMono](http://www.fontsquirrel.com/fonts/saxMono) _freeware_ ([view](https://www.programmingfonts.org/#sax)) - [Scientifica](https://github.com/nerdypepper/scientifica) _SIL OFL_ ([view](https://www.programmingfonts.org/#scientifica)) -- [Serious Sans](https://kabeech.github.io/serious-sans/) _MIT_ ([view](https://www.programmingfonts.org/#serious-sans)) +- [Serious Shanns](https://kabeech.github.io/serious-shanns/) _MIT_ ([view](https://www.programmingfonts.org/#serious-shanns)) - [Share Tech Mono](http://www.google.com/fonts/specimen/Share+Tech+Mono) _SIL OFL_ ([view](https://www.programmingfonts.org/#share-tech)) - [SK Modernist Mono](https://seankanedesign.gumroad.com/l/sk-modernist) _commercial_ ([view](https://www.programmingfonts.org/#sk-modernist)) - [Sometype Mono](http://monospacedfont.com/) _SIL OFL_ ([view](https://www.programmingfonts.org/#sometype-mono)) diff --git a/fonts.json b/fonts.json index 37f6c03..3bcee97 100644 --- a/fonts.json +++ b/fonts.json @@ -1890,12 +1890,12 @@ "year": 2019, "zerostyle": "slashed" }, - "serious-sans": { + "serious-shanns": { "author": "Kyle Beechly", "description": "A legible monospace font for playful professionals. Comic Sans for hackers.", "license": "MIT", "ligatures": false, - "name": "Serious Sans", + "name": "Serious Shanns", "rendering": "vector", "style": "sans", "variants": [ @@ -1906,7 +1906,7 @@ "italic", "regular" ], - "website": "https://kabeech.github.io/serious-sans/", + "website": "https://kabeech.github.io/serious-shanns/", "year": 2023, "zerostyle": "slashed" }, diff --git a/fonts/resources/serious-sans/serious-sans-bold-italic.ttf b/fonts/resources/serious-sans/serious-sans-bold-italic.ttf deleted file mode 100644 index c108398..0000000 Binary files a/fonts/resources/serious-sans/serious-sans-bold-italic.ttf and /dev/null differ diff --git a/fonts/resources/serious-sans/serious-sans-bold.ttf b/fonts/resources/serious-sans/serious-sans-bold.ttf deleted file mode 100644 index 5c1616c..0000000 Binary files a/fonts/resources/serious-sans/serious-sans-bold.ttf and /dev/null differ diff --git a/fonts/resources/serious-sans/serious-sans-italic.ttf b/fonts/resources/serious-sans/serious-sans-italic.ttf deleted file mode 100644 index 122f8b7..0000000 Binary files a/fonts/resources/serious-sans/serious-sans-italic.ttf and /dev/null differ diff --git a/fonts/resources/serious-sans/serious-sans.ttf b/fonts/resources/serious-sans/serious-sans.ttf deleted file mode 100644 index 4c6b5df..0000000 Binary files a/fonts/resources/serious-sans/serious-sans.ttf and /dev/null differ diff --git a/fonts/resources/serious-sans/LICENSE.txt b/fonts/resources/serious-shanns/LICENSE.txt similarity index 94% rename from fonts/resources/serious-sans/LICENSE.txt rename to fonts/resources/serious-shanns/LICENSE.txt index 346d2a1..eba1611 100644 --- a/fonts/resources/serious-sans/LICENSE.txt +++ b/fonts/resources/serious-shanns/LICENSE.txt @@ -2,7 +2,7 @@ MIT License Original work Copyright (c) 2018 Shannon Miwa Modified work Copyright (c) 2019 dtinth -Modified work Copyright (c) 2023 Kyle Beechly +Modified work Copyright (c) 2023-2024 Kyle Beechly Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -20,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file diff --git a/fonts/resources/serious-shanns/serious-shanns-bold-italic.otf b/fonts/resources/serious-shanns/serious-shanns-bold-italic.otf new file mode 100644 index 0000000..dca04b5 Binary files /dev/null and b/fonts/resources/serious-shanns/serious-shanns-bold-italic.otf differ diff --git a/fonts/resources/serious-shanns/serious-shanns-bold.otf b/fonts/resources/serious-shanns/serious-shanns-bold.otf new file mode 100644 index 0000000..0038869 Binary files /dev/null and b/fonts/resources/serious-shanns/serious-shanns-bold.otf differ diff --git a/fonts/resources/serious-shanns/serious-shanns-italic.otf b/fonts/resources/serious-shanns/serious-shanns-italic.otf new file mode 100644 index 0000000..6b7f288 Binary files /dev/null and b/fonts/resources/serious-shanns/serious-shanns-italic.otf differ diff --git a/fonts/resources/serious-shanns/serious-shanns.otf b/fonts/resources/serious-shanns/serious-shanns.otf new file mode 100644 index 0000000..979d74b Binary files /dev/null and b/fonts/resources/serious-shanns/serious-shanns.otf differ diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index a149d73..86d121e 100755 --- a/fonts/stylesheets/fonts.less +++ b/fonts/stylesheets/fonts.less @@ -426,10 +426,10 @@ .font ( 'scientifica', bold, normal, 'scientifica/scientifica-bold.ttf' ); .font ( 'scientifica', normal, italic, 'scientifica/scientifica-italic.ttf' ); -.font ( 'serious-sans', bold, italic, 'serious-sans/serious-sans-bold-italic.ttf' ); -.font ( 'serious-sans', bold, normal, 'serious-sans/serious-sans-bold.ttf' ); -.font ( 'serious-sans', normal, italic, 'serious-sans/serious-sans-italic.ttf' ); -.font ( 'serious-sans', normal, normal, 'serious-sans/serious-sans.ttf' ); +.font ( 'serious-shanns', bold, italic, 'serious-shanns/serious-shanns-bold-italic.otf' ); +.font ( 'serious-shanns', bold, normal, 'serious-shanns/serious-shanns-bold.otf' ); +.font ( 'serious-shanns', normal, italic, 'serious-shanns/serious-shanns-italic.otf' ); +.font ( 'serious-shanns', normal, normal, 'serious-shanns/serious-shanns.otf' ); .font ( 'share-tech', normal, normal, 'share-tech/share-tech.ttf' ); diff --git a/fonts/stylesheets/stylesheet.css b/fonts/stylesheets/stylesheet.css index 2d4c587..681d4b4 100755 --- a/fonts/stylesheets/stylesheet.css +++ b/fonts/stylesheets/stylesheet.css @@ -1817,28 +1817,28 @@ src: url('../resources/scientifica/scientifica-italic.ttf'); } @font-face { - font-family: 'serious-sans'; + font-family: 'serious-shanns'; font-weight: bold; font-style: italic; - src: url('../resources/serious-sans/serious-sans-bold-italic.ttf'); + src: url('../resources/serious-shanns/serious-shanns-bold-italic.otf'); } @font-face { - font-family: 'serious-sans'; + font-family: 'serious-shanns'; font-weight: bold; font-style: normal; - src: url('../resources/serious-sans/serious-sans-bold.ttf'); + src: url('../resources/serious-shanns/serious-shanns-bold.otf'); } @font-face { - font-family: 'serious-sans'; + font-family: 'serious-shanns'; font-weight: normal; font-style: italic; - src: url('../resources/serious-sans/serious-sans-italic.ttf'); + src: url('../resources/serious-shanns/serious-shanns-italic.otf'); } @font-face { - font-family: 'serious-sans'; + font-family: 'serious-shanns'; font-weight: normal; font-style: normal; - src: url('../resources/serious-sans/serious-sans.ttf'); + src: url('../resources/serious-shanns/serious-shanns.otf'); } @font-face { font-family: 'share-tech';