Skip to content

Commit

Permalink
Add font disclaimers and -info (#217)
Browse files Browse the repository at this point in the history
* Add font disclaimers and -info

* Update readmes with font license info

* forgot to update one disclaimer

* jeez, typo..

* Aurora hates colons, apparently :D
  • Loading branch information
ohp-inmeta authored Feb 5, 2025
1 parent 34790ff commit 708fb33
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,13 @@ export interface MdAutocompleteProps extends React.InputHTMLAttributes<HTMLInput
```

NB! Husk å bruke docstrings, ellers vil ikke kommentarene være synlige i pakket versjon.

## DISCLAIMER

> All fonts included in this repository are provided solely for use as part of the Norwegian Environment agencys projects and its associated systems.
>
> It is strictly prohibited to redistribute, or reuse these fonts outside the scope of the Norwegian Environment agencys projects without obtaining proper authorization or licenses from their respective owners.
>
> Our organization does not hold the rights to these fonts and cannot be held liable for any unauthorized use, distribution, or legal consequences arising from such actions.
>
> Please refer to the applicable font licenses for detailed terms of use.
14 changes: 14 additions & 0 deletions packages/css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,18 @@ const MyComponent = () => {

**For HTML structure for each component, see the README.md for each css-file, located in /src, or the `Docs`-section in the [Storybook](https://miljodir.github.io/md-components/) for each component. This must be followed if stylesheets are used as standalone, without React components.**

## Fonts

This package uses the fonts "Sofia Pro" and "Open Sans", and assumes that you use, or have access to, these fonts in your project. The font "Sofia Pro"can be downloaded from [here](https://github.com/miljodir/md-components/tree/main/assets/webfonts). "Open Sans" is accessible through [Google Fonts](https://fonts.google.com/specimen/Open+Sans).

## DISCLAIMER

> All fonts included in this repository are provided solely for use as part of the Norwegian Environment agencys projects and its associated systems.
>
> It is strictly prohibited to redistribute, or reuse these fonts outside the scope of the Norwegian Environment agencys projects without obtaining proper authorization or licenses from their respective owners.
>
> Our organization does not hold the rights to these fonts and cannot be held liable for any unauthorized use, distribution, or legal consequences arising from such actions.
>
> Please refer to the applicable font licenses for detailed terms of use.
_For React components, see [@miljodirektoratet/md-react](https://www.npmjs.com/package/@miljodirektoratet/md-react)_

0 comments on commit 708fb33

Please sign in to comment.