@fontsource/eb-garamond
Advanced tools
Comparing version 4.5.11 to 5.0.0
# Changelog | ||
See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). | ||
See the [Fontsource CHANGELOG.md](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md). |
@@ -1,1 +0,30 @@ | ||
{"fontId":"eb-garamond","fontName":"EB Garamond","subsets":["cyrillic","cyrillic-ext","greek","greek-ext","latin","latin-ext","vietnamese"],"weights":[400,500,600,700,800],"styles":["italic","normal"],"defSubset":"latin","variable":{"ital":{"default":"0","min":"0","max":"1","step":"1"},"wght":{"default":"400","min":"400","max":"800","step":"1"}},"lastModified":"2022-09-22","version":"v26","category":"serif","source":"https://fonts.google.com/","license":"https://fonts.google.com/attribution","type":"google"} | ||
{ | ||
"id": "eb-garamond", | ||
"family": "EB Garamond", | ||
"subsets": [ | ||
"cyrillic", | ||
"cyrillic-ext", | ||
"greek", | ||
"greek-ext", | ||
"latin", | ||
"latin-ext", | ||
"vietnamese" | ||
], | ||
"weights": [400, 500, 600, 700, 800], | ||
"styles": ["italic", "normal"], | ||
"defSubset": "latin", | ||
"variable": { | ||
"ital": {"default": "0", "min": "0", "max": "1", "step": "1"}, | ||
"wght": {"default": "400", "min": "400", "max": "800", "step": "1"} | ||
}, | ||
"lastModified": "2022-09-22", | ||
"version": "v26", | ||
"category": "serif", | ||
"license": { | ||
"type": "OFL-1.1", | ||
"url": "http://scripts.sil.org/OFL", | ||
"attribution": "Copyright 2017 The EB Garamond Project Authors (https://github.com/octaviopardo/EBGaramond12)" | ||
}, | ||
"source": "https://github.com/google/fonts", | ||
"type": "google" | ||
} |
@@ -1,1 +0,29 @@ | ||
{"name":"@fontsource/eb-garamond","version":"4.5.11","description":"Self-host the EB Garamond font in a neatly bundled NPM package.","main":"index.css","publishConfig":{"access":"public"},"keywords":["fontsource","font","font family","google fonts","EB Garamond","eb-garamond"],"author":"Lotus <declininglotus@gmail.com>","license":"MIT","homepage":"https://github.com/fontsource/fontsource/tree/main/fonts/google/eb-garamond#readme","repository":{"type":"git","url":"https://github.com/fontsource/fontsource.git","directory":"fonts/google/eb-garamond"}} | ||
{ | ||
"name": "@fontsource/eb-garamond", | ||
"version": "5.0.0", | ||
"description": "Self-host the EB Garamond font in a neatly bundled NPM package.", | ||
"main": "index.css", | ||
"publishConfig": {"access": "public"}, | ||
"keywords": [ | ||
"fontsource", | ||
"font", | ||
"font family", | ||
"google fonts", | ||
"eb-garamond", | ||
"EB Garamond", | ||
"css", | ||
"sass", | ||
"front-end", | ||
"web", | ||
"typeface", | ||
"variable" | ||
], | ||
"author": "Google Inc.", | ||
"license": "OFL-1.1", | ||
"homepage": "https://fontsource.org/fonts/eb-garamond", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fontsource/font-files.git", | ||
"directory": "fonts/google/eb-garamond" | ||
} | ||
} |
@@ -9,6 +9,6 @@ # Fontsource EB Garamond | ||
Fontsource has a variety of methods to import CSS, such as using a bundler like Webpack. Alternatively, it supports SASS. Full documentation can be found [here](https://fontsource.org/docs/introduction). | ||
Fontsource has a variety of methods to import CSS, such as using a bundler like Webpack. Alternatively, it supports SASS. Full documentation can be found [here](https://fontsource.org/docs/getting-started/introduction). | ||
```javascript | ||
yarn add @fontsource/eb-garamond // npm install @fontsource/eb-garamond | ||
npm install @fontsource/eb-garamond | ||
``` | ||
@@ -19,10 +19,12 @@ | ||
```javascript | ||
import "@fontsource/eb-garamond"; // Defaults to weight 400. | ||
import "@fontsource/eb-garamond"; // Defaults to weight 400 | ||
import "@fontsource/eb-garamond/400.css"; // Specify weight | ||
import "@fontsource/eb-garamond/400-italic.css"; // Specify weight and style | ||
``` | ||
Supported variables: | ||
- Weights: `[400,500,600,700,800]` | ||
- Styles: `[italic,normal]` | ||
- Supported subsets: `[cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese]` | ||
- Subsets: `[cyrillic,cyrillic-ext,greek,greek-ext,latin,latin-ext,vietnamese]` | ||
@@ -33,3 +35,3 @@ Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS. | ||
body { | ||
font-family: "EB Garamond"; | ||
font-family: "EB Garamond; | ||
} | ||
@@ -41,16 +43,13 @@ ``` | ||
This particular typeface supports [variable fonts](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide). | ||
Variable documentation can be found [here](https://fontsource.org/docs/getting-started/variable). | ||
Variable documentation can be found [here](https://fontsource.org/docs/variable-fonts). | ||
## Licensing | ||
It is important to always read the license for every font that 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. | ||
[Google Fonts License Attributions](https://fonts.google.com/attribution) | ||
Copyright 2017 The EB Garamond Project Authors (https://github.com/octaviopardo/EBGaramond12) | ||
[OFL-1.1](http://scripts.sil.org/OFL) | ||
## Other Notes | ||
Font version (provided by source): `v26`. | ||
Feel free to star and contribute new ideas to this repository that aim to improve the performance of font loading, as well as expanding the existing library we already have. Any suggestions or ideas can be voiced via an [issue](https://github.com/fontsource/fontsource/issues). | ||
Feel free to star and contribute new ideas to this repository that aim to improve the performance of font loading, as well as expanding the existing library we already have. Any suggestions or ideas can be voiced via an [issue](https://github.com/fontsource/fontsource/issues). |
@@ -1,1 +0,9 @@ | ||
{"cyrillic-ext":"U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F","cyrillic":"U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116","greek-ext":"U+1F00-1FFF","greek":"U+0370-03FF","vietnamese":"U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB","latin-ext":"U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF","latin":"U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD"} | ||
{ | ||
"cyrillic-ext": "U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F", | ||
"cyrillic": "U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116", | ||
"greek-ext": "U+1F00-1FFF", | ||
"greek": "U+0370-03FF", | ||
"vietnamese": "U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB", | ||
"latin-ext": "U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF", | ||
"latin": "U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 90 instances in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1755
0
22
2699203
243
1
90
51