diff --git a/README.md b/README.md index 77ce312..8ff1332 100644 --- a/README.md +++ b/README.md @@ -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: