Browse Source

Add usage info for non-devs (#3)

main
Bryan Elliott 2 years ago committed by GitHub
parent
commit
fa57600579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      README.md

13
README.md

@ -6,6 +6,19 @@ An example of text can be seen here: @@ -6,6 +6,19 @@ An example of text can be seen here:
![The last metroid is in captivity. The galaxy is at peace.](demo.png)
## Usage
Download the [latest version](https://github.com/raffitz/mawkin-sans/releases/latest) of the font. For desktop use, you'll want to download the `mawkin_sans.otf` file and install it as a system font. For use on a website, you'll want `mawkin_sans.woff2`, and the following CSS:
```css
@font-face {
font-family: 'mawkin_sansregular';
src: url('./mawkin_sans.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
```
## Building
### Prerequisites

Loading…
Cancel
Save