Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jednano/css-font-style-keywords
List of CSS font style keywords.
https://github.com/jednano/css-font-style-keywords
css font-style keywords
Last synced: 8 days ago
JSON representation
List of CSS font style keywords.
- Host: GitHub
- URL: https://github.com/jednano/css-font-style-keywords
- Owner: jednano
- License: mit
- Created: 2015-09-27T09:46:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T23:01:00.000Z (over 9 years ago)
- Last Synced: 2024-12-09T23:56:12.860Z (27 days ago)
- Topics: css, font-style, keywords
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# css-font-style-keywords
List of CSS [font styles](https://developer.mozilla.org/en-US/docs/Web/CSS/font-style):
- normal
- italic
- oblique## Installation
```
npm install css-font-style-keywords [--save[-dev]]
```## Usage
```js
var fontStyleKeywords = require('css-font-style-keywords');
fontStyleKeywords; // ['normal', 'italic', 'oblique']
```