diff --git a/README.md b/README.md index 103c467..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 Shaans](https://kabeech.github.io/serious-shanns/) _MIT_ ([view](https://www.programmingfonts.org/#serious-shaans)) +- [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 fab51f6..3bcee97 100644 --- a/fonts.json +++ b/fonts.json @@ -1890,12 +1890,12 @@ "year": 2019, "zerostyle": "slashed" }, - "serious-shaans": { + "serious-shanns": { "author": "Kyle Beechly", "description": "A legible monospace font for playful professionals. Comic Sans for hackers.", "license": "MIT", "ligatures": false, - "name": "Serious Shaans", + "name": "Serious Shanns", "rendering": "vector", "style": "sans", "variants": [ diff --git a/fonts/resources/serious-shaans/LICENSE.txt b/fonts/resources/serious-shanns/LICENSE.txt similarity index 100% rename from fonts/resources/serious-shaans/LICENSE.txt rename to fonts/resources/serious-shanns/LICENSE.txt diff --git a/fonts/resources/serious-shaans/serious-shaans-bold-italic.otf b/fonts/resources/serious-shanns/serious-shanns-bold-italic.otf similarity index 100% rename from fonts/resources/serious-shaans/serious-shaans-bold-italic.otf rename to fonts/resources/serious-shanns/serious-shanns-bold-italic.otf diff --git a/fonts/resources/serious-shaans/serious-shaans-bold.otf b/fonts/resources/serious-shanns/serious-shanns-bold.otf similarity index 100% rename from fonts/resources/serious-shaans/serious-shaans-bold.otf rename to fonts/resources/serious-shanns/serious-shanns-bold.otf diff --git a/fonts/resources/serious-shaans/serious-shaans-italic.otf b/fonts/resources/serious-shanns/serious-shanns-italic.otf similarity index 100% rename from fonts/resources/serious-shaans/serious-shaans-italic.otf rename to fonts/resources/serious-shanns/serious-shanns-italic.otf diff --git a/fonts/resources/serious-shaans/serious-shaans.otf b/fonts/resources/serious-shanns/serious-shanns.otf similarity index 100% rename from fonts/resources/serious-shaans/serious-shaans.otf rename to fonts/resources/serious-shanns/serious-shanns.otf diff --git a/fonts/stylesheets/fonts.less b/fonts/stylesheets/fonts.less index e8c776c..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-shaans', bold, italic, 'serious-shaans/serious-shaans-bold-italic.otf' ); -.font ( 'serious-shaans', bold, normal, 'serious-shaans/serious-shaans-bold.otf' ); -.font ( 'serious-shaans', normal, italic, 'serious-shaans/serious-shaans-italic.otf' ); -.font ( 'serious-shaans', normal, normal, 'serious-shaans/serious-shaans.otf' ); +.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 12feaef..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-shaans'; + font-family: 'serious-shanns'; font-weight: bold; font-style: italic; - src: url('../resources/serious-shaans/serious-shaans-bold-italic.otf'); + src: url('../resources/serious-shanns/serious-shanns-bold-italic.otf'); } @font-face { - font-family: 'serious-shaans'; + font-family: 'serious-shanns'; font-weight: bold; font-style: normal; - src: url('../resources/serious-shaans/serious-shaans-bold.otf'); + src: url('../resources/serious-shanns/serious-shanns-bold.otf'); } @font-face { - font-family: 'serious-shaans'; + font-family: 'serious-shanns'; font-weight: normal; font-style: italic; - src: url('../resources/serious-shaans/serious-shaans-italic.otf'); + src: url('../resources/serious-shanns/serious-shanns-italic.otf'); } @font-face { - font-family: 'serious-shaans'; + font-family: 'serious-shanns'; font-weight: normal; font-style: normal; - src: url('../resources/serious-shaans/serious-shaans.otf'); + src: url('../resources/serious-shanns/serious-shanns.otf'); } @font-face { font-family: 'share-tech';