Skip to content

Commit b62de0f

Browse files
authored
Merge pull request #149 from sphars/gh-pages
fix: Serious Sans is now Serious Shaans
2 parents e1f6e7e + f2c8f93 commit b62de0f

13 files changed

+18
-18
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Therefore:
207207
- [Roboto Mono](https://www.google.com/fonts/specimen/Roboto+Mono) _Apache_ ([view](https://www.programmingfonts.org/#roboto))
208208
- [saxMono](http://www.fontsquirrel.com/fonts/saxMono) _freeware_ ([view](https://www.programmingfonts.org/#sax))
209209
- [Scientifica](https://github.com/nerdypepper/scientifica) _SIL OFL_ ([view](https://www.programmingfonts.org/#scientifica))
210-
- [Serious Sans](https://kabeech.github.io/serious-sans/) _MIT_ ([view](https://www.programmingfonts.org/#serious-sans))
210+
- [Serious Shanns](https://kabeech.github.io/serious-shanns/) _MIT_ ([view](https://www.programmingfonts.org/#serious-shanns))
211211
- [Share Tech Mono](http://www.google.com/fonts/specimen/Share+Tech+Mono) _SIL OFL_ ([view](https://www.programmingfonts.org/#share-tech))
212212
- [SK Modernist Mono](https://seankanedesign.gumroad.com/l/sk-modernist) _commercial_ ([view](https://www.programmingfonts.org/#sk-modernist))
213213
- [Sometype Mono](http://monospacedfont.com/) _SIL OFL_ ([view](https://www.programmingfonts.org/#sometype-mono))

fonts.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1890,12 +1890,12 @@
18901890
"year": 2019,
18911891
"zerostyle": "slashed"
18921892
},
1893-
"serious-sans": {
1893+
"serious-shanns": {
18941894
"author": "Kyle Beechly",
18951895
"description": "A legible monospace font for playful professionals. Comic Sans for hackers.",
18961896
"license": "MIT",
18971897
"ligatures": false,
1898-
"name": "Serious Sans",
1898+
"name": "Serious Shanns",
18991899
"rendering": "vector",
19001900
"style": "sans",
19011901
"variants": [
@@ -1906,7 +1906,7 @@
19061906
"italic",
19071907
"regular"
19081908
],
1909-
"website": "https://kabeech.github.io/serious-sans/",
1909+
"website": "https://kabeech.github.io/serious-shanns/",
19101910
"year": 2023,
19111911
"zerostyle": "slashed"
19121912
},
Binary file not shown.
Binary file not shown.
Binary file not shown.
-18.2 KB
Binary file not shown.

fonts/resources/serious-sans/LICENSE.txt fonts/resources/serious-shanns/LICENSE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MIT License
22

33
Original work Copyright (c) 2018 Shannon Miwa
44
Modified work Copyright (c) 2019 dtinth
5-
Modified work Copyright (c) 2023 Kyle Beechly
5+
Modified work Copyright (c) 2023-2024 Kyle Beechly
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
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
2020
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2121
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2222
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23-
SOFTWARE.
23+
SOFTWARE.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

fonts/stylesheets/fonts.less

+4-4
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,10 @@
426426
.font ( 'scientifica', bold, normal, 'scientifica/scientifica-bold.ttf' );
427427
.font ( 'scientifica', normal, italic, 'scientifica/scientifica-italic.ttf' );
428428

429-
.font ( 'serious-sans', bold, italic, 'serious-sans/serious-sans-bold-italic.ttf' );
430-
.font ( 'serious-sans', bold, normal, 'serious-sans/serious-sans-bold.ttf' );
431-
.font ( 'serious-sans', normal, italic, 'serious-sans/serious-sans-italic.ttf' );
432-
.font ( 'serious-sans', normal, normal, 'serious-sans/serious-sans.ttf' );
429+
.font ( 'serious-shanns', bold, italic, 'serious-shanns/serious-shanns-bold-italic.otf' );
430+
.font ( 'serious-shanns', bold, normal, 'serious-shanns/serious-shanns-bold.otf' );
431+
.font ( 'serious-shanns', normal, italic, 'serious-shanns/serious-shanns-italic.otf' );
432+
.font ( 'serious-shanns', normal, normal, 'serious-shanns/serious-shanns.otf' );
433433

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

fonts/stylesheets/stylesheet.css

+8-8
Original file line numberDiff line numberDiff line change
@@ -1817,28 +1817,28 @@
18171817
src: url('../resources/scientifica/scientifica-italic.ttf');
18181818
}
18191819
@font-face {
1820-
font-family: 'serious-sans';
1820+
font-family: 'serious-shanns';
18211821
font-weight: bold;
18221822
font-style: italic;
1823-
src: url('../resources/serious-sans/serious-sans-bold-italic.ttf');
1823+
src: url('../resources/serious-shanns/serious-shanns-bold-italic.otf');
18241824
}
18251825
@font-face {
1826-
font-family: 'serious-sans';
1826+
font-family: 'serious-shanns';
18271827
font-weight: bold;
18281828
font-style: normal;
1829-
src: url('../resources/serious-sans/serious-sans-bold.ttf');
1829+
src: url('../resources/serious-shanns/serious-shanns-bold.otf');
18301830
}
18311831
@font-face {
1832-
font-family: 'serious-sans';
1832+
font-family: 'serious-shanns';
18331833
font-weight: normal;
18341834
font-style: italic;
1835-
src: url('../resources/serious-sans/serious-sans-italic.ttf');
1835+
src: url('../resources/serious-shanns/serious-shanns-italic.otf');
18361836
}
18371837
@font-face {
1838-
font-family: 'serious-sans';
1838+
font-family: 'serious-shanns';
18391839
font-weight: normal;
18401840
font-style: normal;
1841-
src: url('../resources/serious-sans/serious-sans.ttf');
1841+
src: url('../resources/serious-shanns/serious-shanns.otf');
18421842
}
18431843
@font-face {
18441844
font-family: 'share-tech';

0 commit comments

Comments
 (0)