Skip to content

Commit

Permalink
Removed broken link in metropolis readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Feb 5, 2025
1 parent d814486 commit aa4eba9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
18 changes: 9 additions & 9 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,39 @@

This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.

### Installation
## Installation

```
```bash
$ yarn
```

### Local Development
## Local Development

```
```bash
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build
## Build

```
```bash
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment
## Deployment

Using SSH:

```
```bash
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
```bash
$ GIT_USER=<Your GitHub username> yarn deploy
```

Expand Down
23 changes: 10 additions & 13 deletions website/static/fonts/metropolis/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
![Metropolis](https://github.com/chrismsimpson/Metropolis/blob/master/Images/metropolis-1.png)

# The Metropolis Typeface

The Vision
---
## The Vision

To create a modern, geometric typeface. Open sourced, and openly available. Influenced by other popular geometric, minimalist sans-serif typefaces of the new millenium. Designed for optimal readability at small point sizes while beautiful at large point sizes.

December 2017 update
---
## December 2017 update

Currently working on greatly improving spacing and kerning of the base typeface. Once this is done, work on other variations (e.g. rounded or slab) can begin in earnest.

The License
---
## The License

Licensed under Open Font License (OFL). Available to anyone and everyone. Contributions welcome.

Contact
---
## Contact

Contact me via chris.m.simpson@icloud.com or http://twitter.com/ChrisMSimpson for any questions, requests or improvements (or just submit a pull request).

Support
---
You can now support work on Metropolis via Patreon at https://www.patreon.com/metropolis.
## Support

You can now support work on Metropolis via Patreon at https://www.patreon.com/metropolis.

0 comments on commit aa4eba9

Please sign in to comment.