Index of /assets/web/logo-min

OSU Minimum size logos
======================

For digital applications, small-size logos need special consideration. 
Downscaling larger graphics (bitmap or vector) to small sizes can lead to 
blurriness, as the artwork doesn't always fall nicely on the pixel grid.

We have created a set of minimum size logos that can be used when a small-size 
is necessary. Using these files ensures the logo stays crisp and clean.

A reminder: The minimum size for the logo is based on the Block O being 32 
pixels high. The recommended size for the logo is based on the Block O being 50 
pixels high.

Bower
-----

The minimum size logos are available as a Bower package from code.osu.edu. To
include them in your project using Bower you can either use:

    $ bower install osu-logo-min=https://code.osu.edu/ucom/logo-min.git

or include it in your bower.json:

    "dependencies": {
        "osu-logo-min":"https://code.osu.edu/ucom/logo-min.git"
    }