libreqr/ubuntu
Miraty 47da216738 backend en anglais + vérification améliorée des params 2020-03-06 21:34:31 +01:00
..
fonts D 2019-08-13 21:17:08 +02:00
CHANGELOG.md D 2019-08-13 21:17:08 +02:00
MIT-LICENSE D 2019-08-13 21:17:08 +02:00
README.md D 2019-08-13 21:17:08 +02:00
UBUNTU-FONT-LICENSE D 2019-08-13 21:17:08 +02:00
_ubuntu-base.scss D 2019-08-13 21:17:08 +02:00
_ubuntu-condensed.scss D 2019-08-13 21:17:08 +02:00
_ubuntu-mono.scss D 2019-08-13 21:17:08 +02:00
_ubuntu.scss D 2019-08-13 21:17:08 +02:00
bower.json D 2019-08-13 21:17:08 +02:00
composer.json D 2019-08-13 21:17:08 +02:00
package.json D 2019-08-13 21:17:08 +02:00
ubuntu-base.less D 2019-08-13 21:17:08 +02:00
ubuntu-condensed.less D 2019-08-13 21:17:08 +02:00
ubuntu-mono.less D 2019-08-13 21:17:08 +02:00
ubuntu.css D 2019-08-13 21:17:08 +02:00
ubuntu.less D 2019-08-13 21:17:08 +02:00
ubuntu.min.css backend en anglais + vérification améliorée des params 2020-03-06 21:34:31 +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