Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Jul 5, 2021
1 parent af6cc39 commit 2bd3446
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,23 @@ Only include rules for those tags you wish to add or override. You can see the

The shared rules are used in both the diplomatic and interpreted modes.

## Font

The font used in the running [I.Sicily version of this viewer](https://isicily.github.io/epidoc-viewer/) is [New Athena Unicode WOFF](https://apagreekkeys.org/NAUdownload.html). If you'd like to use the same font in your app, you'll have to:

1. Add the following font declaration to your css:

```
@font-face {
font-family: "NewAthena";
src: local("NewAthena"),
url("../fonts/newathu5_7.woff") format("woff");
font-weight: normal;
}
```

2. Add the font file to your web app and adjust the 'url' above to point to the location. A copy of the font file is [here](https://github.com/ISicily/epidoc-viewer/blob/master/src/fonts/NAU5_007woff/newathu5_7.woff)

## Updating this repo in NPM

In project directory:
Expand Down

0 comments on commit 2bd3446

Please sign in to comment.