All Projects → resir014 → Clear Sans Webfont

resir014 / Clear Sans Webfont

Licence: mit
Webfont conversion of the Clear Sans typeface designed by Intel.

Projects that are alternatives of or similar to Clear Sans Webfont

Hack
A typeface designed for source code
Stars: ✭ 14,543 (+23356.45%)
Mutual labels:  typeface, web-fonts
Karmilla
An expanded version of the amazing Karla webfont, adding support for various languages (French, German, Norse, Hungarian, Latvian, Icelandic...)
Stars: ✭ 130 (+109.68%)
Mutual labels:  typeface, web-fonts
Qiji Font
齊伋體 - typeface from Ming Dynasty woodblock printed books
Stars: ✭ 536 (+764.52%)
Mutual labels:  typeface
Fonty
Android library allowing you to easily change the typeface of your UI elements.
Stars: ✭ 38 (-38.71%)
Mutual labels:  typeface
Web Fonts Generator Service
web font生成器:based on TTFRender, gulp-ttf2woff, and NodeJS. 简化中文字体定制。
Stars: ✭ 25 (-59.68%)
Mutual labels:  web-fonts
Open Huninn Font
「jf open 粉圓」是基於 Kosugi Maru 改作, 由 justfont 設計師針對台灣日常應用加以優化的開源字型。 歡迎大家自由應用、自由優化、自由改做!
Stars: ✭ 665 (+972.58%)
Mutual labels:  typeface
Awesome Typography
✏︎ Curated list about digital typography 🔥
Stars: ✭ 947 (+1427.42%)
Mutual labels:  typeface
Sf Mono Font
SF Mono Font
Stars: ✭ 446 (+619.35%)
Mutual labels:  typeface
Secuela Variable
Secuela Sans & Condensed - Variable Font OFL
Stars: ✭ 62 (+0%)
Mutual labels:  typeface
Ufodiff
UFO source file diff application
Stars: ✭ 23 (-62.9%)
Mutual labels:  typeface
Webfont Test
Test and analyze fonts for the web: Google fonts, system fonts and custom fonts.
Stars: ✭ 36 (-41.94%)
Mutual labels:  web-fonts
Urdu Web Fonts
Urdu fonts converted into web fonts
Stars: ✭ 7 (-88.71%)
Mutual labels:  web-fonts
Sarasa Gothic
Sarasa Gothic / 更纱黑体 / 更紗黑體 / 更紗ゴシック / 사라사 고딕
Stars: ✭ 6,771 (+10820.97%)
Mutual labels:  typeface
Web Font Loading Recipes
A bunch of demos for different web font loading strategies. Companion to https://www.zachleat.com/web/comprehensive-webfonts/ Read more: https://www.zachleat.com/web/recipes/
Stars: ✭ 964 (+1454.84%)
Mutual labels:  web-fonts
Codeface
Typefaces for source code beautification
Stars: ✭ 5,612 (+8951.61%)
Mutual labels:  typeface
Space Grotesk
Space Grotesk: a proportional variant of the original fixed-width Space Mono family
Stars: ✭ 1,045 (+1585.48%)
Mutual labels:  typeface
Undefined Medium
undefined medium — a free and open-source monospace typeface with 400+ characters
Stars: ✭ 449 (+624.19%)
Mutual labels:  typeface
Android Robototextview
Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
Stars: ✭ 791 (+1175.81%)
Mutual labels:  typeface
Kepler
Futuristic / minimal monospace typeface.
Stars: ✭ 9 (-85.48%)
Mutual labels:  typeface
Some Time Later
Font inspired by the title and time cards in the Nickelodeon cartoon SpongeBob SquarePants
Stars: ✭ 62 (+0%)
Mutual labels:  typeface

Clear Sans Webfont

Webfont conversion of the Clear Sans typeface designed by Intel.


Deprecated

Please use typeface-clear-sans instead: https://www.npmjs.com/package/typeface-clear-sans


This is the webfont conversion for the Clear Sans typeface, designed by the Intel® Open Source Technology Center This webfont conversion is available in TrueType, WOFF, EOT and SVG format, which ensures that you have the best format for the font to be displayed smoothly on any system.

View the specimen.

How to include

Manually

To use this font, simply put the fonts folder in your root directory, and the clear-sans.css file on the css/ folder.

Next, link the CSS as follows:

<link rel="stylesheet" type="text/css" media="screen" href="css/clear-sans.css">

Then call the Clear Sans font on your CSS with:

.class {
  font-family: 'Clear Sans', sans-serif;
}

Via package managers

NPM:

$ npm install clear-sans-webfont

Bower:

$ bower install clear-sans-webfont

Via RawGit CDN

To include the CSS files through a CDN link, use the following HTML.

<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.rawgit.com/resir014/Clear-Sans-Webfont/v1.1.1/css/clear-sans.css">

Heads up: The files are hosted on RawGit's CDN, which is a free service, so there are no uptime or support guarantees. It is highly preferred that you manually host the files yourself.

Working with docs

Requirements

Install the Node dependencies by running this command:

$ npm install

Running locally

Open a terminal window and run the following command to start a Jekyll server:

$ jekyll serve

Then, open another terminal window and run the following command to automatically build the CSS every time a file is changed:

$ grunt watch

Building the project

$ grunt

Alternatively, you can manually run grunt and jekyll serve when needed.

Deploying to gh-pages

Run the following command to deploy the docs to the gh-pages branch.

$ grunt publish

Contributing

  1. Fork it
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Create a new Pull Request

Credits

The Clear Sans typeface is © Intel Corporation, released under the Apache 2.0 License.

WOFF2 conversion is done by @citrusui.

This webfont conversion is © Resi Respati, released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].