Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ by [GUST][1] by working on the foundation of the [Computer Modern][2] by
Donald Knuth.

## Use
First, you need to load the font on your webpage, you do this by using
one or more of the `.css` files in `style/`.
You can load the font on your webpage (you do this by using one or more of the `.css` files in `style/`).
Or you can use the Github Pages version hosted at https://lalten.github.io/lmweb/

For example, adding the following if you wanted to use the font 'Lucida
Modern Mono'. The families are defined in those files.

```html
<link rel="stylesheet" href="style/latinmodern-mono.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="https://lalten.github.io/lmweb/style/latinmodern-mono.css" type="text/css" charset="utf-8" />
```

After doing that, you can safely use something like the following to
Expand Down