uclaacm / westwood_sans

Experimental custom font for ACM at UCLA
https://westwoodsans.com
7 stars 0 forks source link

Westwood Sans

Westwood Sans is a custom font for UCLA ACM. Made with Figma and Glyphs.

Usage

To use via CDN, just copy this into your CSS file:

@import url('https://cdn.jsdelivr.net/gh/uclaacm/westwood_sans/font.css');

If you don't have a CSS file just use <style> tags in the HTML.

And then use this CSS rule to specify the family

font-family: 'Westwood Sans', sans-serif;

Here's an example of how to use it

You could also just download it and install it normally

Note: when installing a newer version of the font, delete the old font from your system first! (In some cases, the new changes won't take effect if the old version isn't removed first)

Version History

v1.0

v0.5

v0.4.1

v0.4

v0.3

v0.2

v0.1