An open API service indexing awesome lists of open source software.

https://github.com/kohrongying/custom-lettering-guides

customize handlettering sheets guides by specifying line height, thickness, angle
https://github.com/kohrongying/custom-lettering-guides

Last synced: about 2 months ago
JSON representation

customize handlettering sheets guides by specifying line height, thickness, angle

Awesome Lists containing this project

README

        

# Custom Handlettering Practice Sheets
Customize own practice sheets by specifying the line height, thickness and save it as pdf to print.

View it now [here!](https://kohrongying.github.io/custom-lettering-guides/)

Don't say neh warn its still v raw... :( Salmon sashimi raw.

### Tasks
- [ ] Add different paper types (a3,a4,letter,legal)
- [x] Add diagonal lines
- [x] Add dotted lines
- [ ] Add download button
- [x] Add styling keke (but the colors damn ugly now)
- [x] Checkout to gh-pages to publish site
- [x] Responsive (attempts to be hahaa)

```
git checkout -b gh-pages
git push origin gh-pages
```

### 17 Jun Update
- LOL I spied on a friend who was using Haml and decided to check it out keke, trendfollower. It was easy to set up.
- `gem install haml`
- Create a haml file using the new syntax, then on command line, `haml test.haml test.haml`
- If you're using Sublime Text, you can automate this by building it. See this cool thing [here!](https://stackoverflow.com/questions/27154136/build-haml-automatic-in-sublime-3-doesnt-work)
- Basically, download SublimeOnSaveBuild package, edit the Settings-user and add a `haml.sublime-build` file under the Sublime Package
- Yay happy kid now no need to worry how to close my divs

### Credits
[jsPDF](https://parall.ax/products/jspdf)
Created 16 Jun 2017