Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed May 6, 2024
1 parent 6f57a48 commit 14b1ec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ c) because some countries google links may be banned
For this reason we recommend you serve the files with your application. All the needed fonts can be found in this folder

1. Serve all the `woff2` files in a folder on the server thats available to the app. These fonts can use caching if possible. Note that there are a lot of files because Source Sans is not available in some languages so alternatives are used as noted on [this page](https://github.com/infor-design/enterprise/blob/main/src/components/typography/_typography-new.scss#L6)

1. The OFL.txt is the license
1. The README.md is this file
2. Then include font-face.css in the page before the `theme-light-new.css` (or whatever soho css file)
1. Then include font-face.css in the page before the `theme-light-new.css` (or whatever soho css file)

```html
<link rel="stylesheet" id="font-face" href="/css/font-face.css" type="text/css" />
Expand Down

0 comments on commit 14b1ec6

Please sign in to comment.