Skip to content

Commit a7c2fb9

Browse files
authored
feat: add open runde (#137)
* add new font package files * move to fonts/other addressing review note to move font files so they are in the correct directory.
1 parent 8ccadc0 commit a7c2fb9

26 files changed

Lines changed: 533 additions & 0 deletions

fonts/other/open-runde/400.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* open-runde-latin-400-normal */
2+
@font-face {
3+
font-family: 'Open Runde';
4+
font-style: normal;
5+
font-display: swap;
6+
font-weight: 400;
7+
src: url(./files/open-runde-latin-400-normal.woff2) format('woff2'), url(./files/open-runde-latin-400-normal.woff) format('woff');
8+
}

fonts/other/open-runde/500.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* open-runde-latin-500-normal */
2+
@font-face {
3+
font-family: 'Open Runde';
4+
font-style: normal;
5+
font-display: swap;
6+
font-weight: 500;
7+
src: url(./files/open-runde-latin-500-normal.woff2) format('woff2'), url(./files/open-runde-latin-500-normal.woff) format('woff');
8+
}

fonts/other/open-runde/600.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* open-runde-latin-600-normal */
2+
@font-face {
3+
font-family: 'Open Runde';
4+
font-style: normal;
5+
font-display: swap;
6+
font-weight: 600;
7+
src: url(./files/open-runde-latin-600-normal.woff2) format('woff2'), url(./files/open-runde-latin-600-normal.woff) format('woff');
8+
}

fonts/other/open-runde/700.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* open-runde-latin-700-normal */
2+
@font-face {
3+
font-family: 'Open Runde';
4+
font-style: normal;
5+
font-display: swap;
6+
font-weight: 700;
7+
src: url(./files/open-runde-latin-700-normal.woff2) format('woff2'), url(./files/open-runde-latin-700-normal.woff) format('woff');
8+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Changelog
2+
See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md).

fonts/other/open-runde/LICENSE

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
Copyright (c) 2016 The Inter Project Authors (https://github.com/rsms/inter)
2+
3+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
4+
This license is copied below, and is also available with a FAQ at:
5+
http://scripts.sil.org/OFL
6+
7+
-----------------------------------------------------------
8+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
9+
-----------------------------------------------------------
10+
11+
PREAMBLE
12+
The goals of the Open Font License (OFL) are to stimulate worldwide
13+
development of collaborative font projects, to support the font creation
14+
efforts of academic and linguistic communities, and to provide a free and
15+
open framework in which fonts may be shared and improved in partnership
16+
with others.
17+
18+
The OFL allows the licensed fonts to be used, studied, modified and
19+
redistributed freely as long as they are not sold by themselves. The
20+
fonts, including any derivative works, can be bundled, embedded,
21+
redistributed and/or sold with any software provided that any reserved
22+
names are not used by derivative works. The fonts and derivatives,
23+
however, cannot be released under any other type of license. The
24+
requirement for fonts to remain under this license does not apply
25+
to any document created using the fonts or their derivatives.
26+
27+
DEFINITIONS
28+
"Font Software" refers to the set of files released by the Copyright
29+
Holder(s) under this license and clearly marked as such. This may
30+
include source files, build scripts and documentation.
31+
32+
"Reserved Font Name" refers to any names specified as such after the
33+
copyright statement(s).
34+
35+
"Original Version" refers to the collection of Font Software components as
36+
distributed by the Copyright Holder(s).
37+
38+
"Modified Version" refers to any derivative made by adding to, deleting,
39+
or substituting -- in part or in whole -- any of the components of the
40+
Original Version, by changing formats or by porting the Font Software to a
41+
new environment.
42+
43+
"Author" refers to any designer, engineer, programmer, technical
44+
writer or other person who contributed to the Font Software.
45+
46+
PERMISSION AND CONDITIONS
47+
Permission is hereby granted, free of charge, to any person obtaining
48+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
49+
redistribute, and sell modified and unmodified copies of the Font
50+
Software, subject to the following conditions:
51+
52+
1) Neither the Font Software nor any of its individual components,
53+
in Original or Modified Versions, may be sold by itself.
54+
55+
2) Original or Modified Versions of the Font Software may be bundled,
56+
redistributed and/or sold with any software, provided that each copy
57+
contains the above copyright notice and this license. These can be
58+
included either as stand-alone text files, human-readable headers or
59+
in the appropriate machine-readable metadata fields within text or
60+
binary files as long as those fields can be easily viewed by the user.
61+
62+
3) No Modified Version of the Font Software may use the Reserved Font
63+
Name(s) unless explicit written permission is granted by the corresponding
64+
Copyright Holder. This restriction only applies to the primary font name as
65+
presented to the users.
66+
67+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
68+
Software shall not be used to promote, endorse or advertise any
69+
Modified Version, except to acknowledge the contribution(s) of the
70+
Copyright Holder(s) and the Author(s) or with their explicit written
71+
permission.
72+
73+
5) The Font Software, modified or unmodified, in part or in whole,
74+
must be distributed entirely under this license, and must not be
75+
distributed under any other license. The requirement for fonts to
76+
remain under this license does not apply to any document created
77+
using the Font Software.
78+
79+
TERMINATION
80+
This license becomes null and void if any of the above conditions are
81+
not met.
82+
83+
DISCLAIMER
84+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
85+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
86+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
87+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
88+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
89+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
90+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
91+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
92+
OTHER DEALINGS IN THE FONT SOFTWARE.

fonts/other/open-runde/README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Fontsource Open Runde
2+
3+
[![npm (scoped)](https://img.shields.io/npm/v/@fontsource/open-runde?color=brightgreen)](https://www.npmjs.com/package/@fontsource/open-runde) [![Generic badge](https://img.shields.io/badge/fontsource-passing-brightgreen)](https://github.com/fontsource/fontsource) [![Monthly downloads](https://badgen.net/npm/dm/@fontsource/open-runde)](https://github.com/fontsource/fontsource) [![Total downloads](https://badgen.net/npm/dt/@fontsource/open-runde)](https://github.com/fontsource/fontsource) [![GitHub stars](https://img.shields.io/github/stars/fontsource/fontsource.svg?style=social&label=Star)](https://github.com/fontsource/fontsource/stargazers)
4+
5+
The CSS and web font files to easily self-host the “Open Runde” font. Please visit the main [Fontsource website](https://fontsource.org/fonts/open-runde) to view more details on this package.
6+
7+
## Quick Installation
8+
9+
Fontsource offers multiple methods to import the CSS, including using a bundler like Vite or using SASS. You can find full documentation [here](https://fontsource.org/docs/getting-started/introduction).
10+
11+
```javascript
12+
npm install @fontsource/open-runde
13+
```
14+
15+
Within your app entry file or site component, import it in.
16+
17+
```javascript
18+
import "@fontsource/open-runde"; // Defaults to weight 400
19+
import "@fontsource/open-runde/400.css"; // Specify weight
20+
import "@fontsource/open-runde/400-italic.css"; // Specify weight and style
21+
```
22+
23+
Supported variables:
24+
- Weights: `[400,500,600,700]`
25+
- Styles: `[normal]`
26+
- Subsets: `[latin]`
27+
28+
> Note: `italic` may not be supported by all fonts. To learn more about what weights and styles are supported, please visit the [Fontsource website](https://fontsource.org/fonts/open-runde).
29+
30+
Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.
31+
32+
```css
33+
body {
34+
font-family: "Open Runde";
35+
}
36+
```
37+
38+
## Licensing
39+
Always make sure to read the license for each font you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.
40+
41+
Laurids Kern
42+
[OFL-1.1](https://github.com/lauridskern/open-runde/blob/main/LICENSE.txt)
43+
44+
## Other Notes
45+
Font version (provided by source): `v1.0.1`.
46+
47+
If you have any suggestions or ideas to improve the performance of font loading or expand the existing library, feel free to star and contribute to this repository. You can share your suggestions or ideas by creating an [issue](https://github.com/fontsource/fontsource/issues).
179 KB
Binary file not shown.
151 KB
Binary file not shown.
190 KB
Binary file not shown.

0 commit comments

Comments
 (0)