├── .gitattributes ├── .gitignore ├── LICENSE ├── LaughSans.fcp ├── Readme.md └── intro ├── intro.png ├── intro01.png ├── intro02.png ├── intro03.png ├── intro04.png ├── intro05.png ├── intro06.png ├── intro07.png ├── intro08.png ├── 幻灯片11.PNG └── 幻灯片12.PNG /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | LaughSans-Oblique.ttf 3 | *.pptx 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 2 | This license is copied below, and is also available with a FAQ at: 3 | http://scripts.sil.org/OFL 4 | 5 | ----------------------------------------------------------- 6 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 7 | ----------------------------------------------------------- 8 | 9 | PREAMBLE 10 | The goals of the Open Font License (OFL) are to stimulate worldwide 11 | development of collaborative font projects, to support the font creation 12 | efforts of academic and linguistic communities, and to provide a free and 13 | open framework in which fonts may be shared and improved in partnership 14 | with others. 15 | 16 | The OFL allows the licensed fonts to be used, studied, modified and 17 | redistributed freely as long as they are not sold by themselves. The 18 | fonts, including any derivative works, can be bundled, embedded, 19 | redistributed and/or sold with any software provided that any reserved 20 | names are not used by derivative works. The fonts and derivatives, 21 | however, cannot be released under any other type of license. The 22 | requirement for fonts to remain under this license does not apply 23 | to any document created using the fonts or their derivatives. 24 | 25 | DEFINITIONS 26 | "Font Software" refers to the set of files released by the Copyright 27 | Holder(s) under this license and clearly marked as such. This may 28 | include source files, build scripts and documentation. 29 | 30 | "Reserved Font Name" refers to any names specified as such after the 31 | copyright statement(s). 32 | 33 | "Original Version" refers to the collection of Font Software components as 34 | distributed by the Copyright Holder(s). 35 | 36 | "Modified Version" refers to any derivative made by adding to, deleting, 37 | or substituting -- in part or in whole -- any of the components of the 38 | Original Version, by changing formats or by porting the Font Software to a 39 | new environment. 40 | 41 | "Author" refers to any designer, engineer, programmer, technical 42 | writer or other person who contributed to the Font Software. 43 | 44 | PERMISSION & CONDITIONS 45 | Permission is hereby granted, free of charge, to any person obtaining 46 | a copy of the Font Software, to use, study, copy, merge, embed, modify, 47 | redistribute, and sell modified and unmodified copies of the Font 48 | Software, subject to the following conditions: 49 | 50 | 1) Neither the Font Software nor any of its individual components, 51 | in Original or Modified Versions, may be sold by itself. 52 | 53 | 2) Original or Modified Versions of the Font Software may be bundled, 54 | redistributed and/or sold with any software, provided that each copy 55 | contains the above copyright notice and this license. These can be 56 | included either as stand-alone text files, human-readable headers or 57 | in the appropriate machine-readable metadata fields within text or 58 | binary files as long as those fields can be easily viewed by the user. 59 | 60 | 3) No Modified Version of the Font Software may use the Reserved Font 61 | Name(s) unless explicit written permission is granted by the corresponding 62 | Copyright Holder. This restriction only applies to the primary font name as 63 | presented to the users. 64 | 65 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font 66 | Software shall not be used to promote, endorse or advertise any 67 | Modified Version, except to acknowledge the contribution(s) of the 68 | Copyright Holder(s) and the Author(s) or with their explicit written 69 | permission. 70 | 71 | 5) The Font Software, modified or unmodified, in part or in whole, 72 | must be distributed entirely under this license, and must not be 73 | distributed under any other license. The requirement for fonts to 74 | remain under this license does not apply to any document created 75 | using the Font Software. 76 | 77 | TERMINATION 78 | This license becomes null and void if any of the above conditions are 79 | not met. 80 | 81 | DISCLAIMER 82 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 83 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF 84 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 85 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE 86 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 87 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL 88 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 89 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM 90 | OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /LaughSans.fcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/LaughSans.fcp -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 肆意黑是一款以[得意黑](https://github.com/atelier-anchor/smiley-sans)为基础、在笔画风格上进行更加大胆设计的字体。在吸取了得意黑弯钩、折角等设计后进行了更多艺术的处理而衍生出肆意的设计。 7 | 8 | 由于并非所有字符都含有后续设计所包含的笔画类型,仍保留了大量原得意黑设计字符,西文等部分同样进行保留。 9 | 10 | ## 设计细节 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | ## 关于 22 | 23 | 鸣谢:[oooooohmygosh](https://space.bilibili.com/38053181) -------------------------------------------------------------------------------- /intro/intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/intro.png -------------------------------------------------------------------------------- /intro/intro01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/intro01.png -------------------------------------------------------------------------------- /intro/intro02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/intro02.png -------------------------------------------------------------------------------- /intro/intro03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/intro03.png -------------------------------------------------------------------------------- /intro/intro04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/intro04.png -------------------------------------------------------------------------------- /intro/intro05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/intro05.png -------------------------------------------------------------------------------- /intro/intro06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/intro06.png -------------------------------------------------------------------------------- /intro/intro07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/intro07.png -------------------------------------------------------------------------------- /intro/intro08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/intro08.png -------------------------------------------------------------------------------- /intro/幻灯片11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/幻灯片11.PNG -------------------------------------------------------------------------------- /intro/幻灯片12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Usagixineist/Laugh-Sans/22cce7e341c0958f10a9f6682e713a7ed463d7fd/intro/幻灯片12.PNG --------------------------------------------------------------------------------