superflux/ubuntu
Miraty 691069d49c Commentaire + nouvelle police 2020-01-18 23:03:01 +01:00
..
fonts Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
site Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
.gitignore Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
CHANGELOG.md Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
MIT-LICENSE Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
README.md Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
UBUNTU-FONT-LICENSE Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
_ubuntu-base.scss Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
_ubuntu-condensed.scss Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
_ubuntu-mono.scss Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
_ubuntu.scss Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
bower.json Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
composer.json Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
package.json Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
ubuntu-base.less Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
ubuntu-condensed.less Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
ubuntu-mono.less Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
ubuntu.css Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
ubuntu.css.gz Commentaire + nouvelle police 2020-01-18 23:03:01 +01:00
ubuntu.less Ajout de la police Ubuntu 2019-10-15 15:26:58 +02:00
ubuntu.min.css Commentaire + nouvelle police 2020-01-18 23:03:01 +01:00
ubuntu.min.css.gz Commentaire + nouvelle police 2020-01-18 23:03:01 +01:00

README.md

Ubuntu Font Family

Ubuntu Font Family Bower-ready (also SCSS-ready, LESS-ready, and plain CSS-ready)

How to use it

  1. Install it from Bower

    $ bower install [--save] ubuntu-fontface
    

    or from NPM

    $ npm install [--save] ubuntu-fontface
    
  2. Import it on SCSS/LESS/CSS source code. Assuming {BOWER_PATH} is bower_components/; {SUFFIX} options are -base, -condensed and -mono; {EXTENSION} options are css, less, scss, depending whether you're using pure CSS, SCSS or LESS. The {SUFFIX} is not available if you're importing the pure CSS file. A minified file is available for the pure CSS version.

    @import "{BOWER_PATH}/ubuntu-fontface/ubuntu{SUFFIX}.{EXTENSION}";
    
  3. If you need any help (or have found any bug 🐞), please post it on /issues. Thank you!

Contributors

License

The Ubuntu Font Family is distributed under the Ubuntu Font Licence.

The source code in this project is distributed under the MIT License © Ewerton Assis