Skip to content

Commit

Permalink
Merge pull request #22 from openlayers/readme-typo
Browse files Browse the repository at this point in the history
Fix a typo in README.js
  • Loading branch information
ahocevar authored Jul 17, 2024
2 parents 4e0b213 + dadc5d2 commit 72561e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The ["Klokantech Noto Sans"](https://github.com/klokantech/klokantech-gl-fonts)
## Usage

```js
import parseFont = from 'mapbox-to-css-font';
import parseFont from 'mapbox-to-css-font';

parseFont('Open Sans Regular', 16, 1.2);
// returns 'normal 400 16px/1.2 "Open Sans"'
Expand Down

0 comments on commit 72561e1

Please sign in to comment.