README.md

# Fonticode

Simple library for mapping various normal text to goofy unicode codepoints to fake fonts.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fonticode` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:fonticode, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/fonticode>.

## Contributing

### Issues

1. Open an issue on Github.

### For developers

1. Fork this project on Github.

2. Open an issue for your proposed changes.

3. Add tests for your new functionality, if applicable.

4. Add documentation for your functionality, if applicable. *NO DOCS -> NO MERGE*.

5. Submit a pull request.

### For non-developers

1. Buy me a coffee or beer if you see me at ElixirConf.