Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aksara-ui/fonts

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aksara-ui/fonts - npm Package Compare versions

Comparing version 1.0.0-canary.1 to 1.0.0-canary.2

fonts/objective/Objective-Black-Italic.woff2

9

package.json
{
"name": "@aksara-ui/fonts",
"version": "1.0.0-canary.1",
"version": "1.0.0-canary.2",
"description": "Font-stack used for Wicara.",

@@ -9,12 +9,11 @@ "main": "N/A",

"kata-icons.css",
"museo-sans-rounded.css",
"museo-sans.css"
"objective.css"
],
"repository": "https://github.com/kata-ai/wicara.git",
"author": "Kata.ai <info@kata.ai>",
"license": "SEE LICENSE IN LICENSE",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"gitHead": "7680046899d40487704678a82ef2758fbeca1ed1"
"gitHead": "d5a6ca082b6b935b86ef2fa355aaf039554521b2"
}
# @aksara-ui/fonts
> Font-stack used for Wicara.
> Font-stack used in the Aksara Design System.

@@ -9,5 +9,5 @@ ## Install

# yarn
$ yarn add @wicara/fonts
$ yarn add @aksara-ui/fonts
# npm
$ npm i @wicara/fonts
$ npm i @aksara-ui/fonts
```

@@ -17,24 +17,10 @@

We use two fonts in the Aksara Design Language: `Museo Sans`, and `Museo Sans Rounded`.
To use these fonts within your app, import as follows:
We use the `Objective` font in the Aksara Design System. To use these fonts within your app, import as follows:
```jsx
// Museo Sans
import '@aksara-ui/fonts/museo-sans.css';
// Museo Sans Rounded
import '@aksara-ui/fonts/museo-sans-rounded.css';
import '@aksara-ui/fonts/objective.css';
```
Note that these fonts are **not provided for free**. You should check if you have a license to use these fonts before installing this package.
## Credits
### Icon fonts.
We also provided some icon sets. To use them, import as follows:
```jsx
import '@aksara-ui/fonts/kata-icons.css';
```
## License
Please note that `@aksara-ui/fonts` has a different license from the rest. While most Wicara packages are released under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html), the assets in this package remain under our copyright.
The Objective font is released by [Alex Slobzheninov](https://www.behance.net/slobzheninov) under the [SIL Open Font License, Version 1.1](./fonts/objective/OFL.txt).

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc