/blog

Notes on type design & development

Primary LanguageCSS

The ArrowType Blog

blog.arrowtype.com

A blog about type design & development.

Built with the Eleventy static site generator.

License

Written content & images are copyright ArrowType and may not be reused or republished without written permission. Content may be quoted and referenced in other works; but please don’t plagiarize it or republish on another platform without prior written permission from ArrowType.

Typefaces used have their own licensing details.

Functional code (e.g. Eleventy configuration, HTML, CSS, JS, etc) is licensed under the MIT License. In summary, you may reuse this, with attribution. Do not copy the whole site outright, but feel free to learn from the code and remix it to make new things. See license for full details:

MIT License for functional code (Click to expand)
MIT License

Copyright (c) 2021 ArrowType @ArrowType

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
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.

If you have any questions over licensing (or type, design, development, etc), feel free to reach out to info@arrowtype.com!

Build

To build locally, git clone the repo, then:

npm install # if you haven’t already installed dependencies
npm start