Skip to content

Repository files navigation

BC Sans

The standard font for B.C. Government digital services is BC Sans. BC Sans is an open source font family, and is a modified version of Noto Sans, developed by Google. BC Sans includes modifications to support Indigenous languages in British Columbia. B.C. Government is currently working to include Indigenous languages in government records, systems and services. Find out what steps are being taken and how you can stay informed at Including Indigenous languages in government records, systems and services.

Font weights and styles included:

  • BC Sans Regular - 400
  • BC Sans Italic - 400
  • BC Sans Bold - 700
  • BC Sans Bold Italic - 700
  • BC Sans Light - 300
  • BC Sans Light Italic - 300

Typography

For digital typography guidance, please see B.C. Design System > Foundations > Typography.

For print typography guidance, please see B.C. Visual Identity Program > Design Guidelines.

Download Files

If you are wanting the fonts in different file formats, here are all the options

Integration

Install

npm i --save @bcgov/bc-sans

Import: React

In a root-level component: import "@bcgov/bc-sans/css/BC_Sans.css";

Import: Other frameworks

Include @bcgov/bc-sans/css/BC_Sans.css in your application's global styles or stylesheet entry point.

Use

Reference BC Sans in your CSS font-family rules. Consider using the typography tokens from @bcgov/design-tokens.

Why are there two similar CSS files in this package?

You only need to include one of the two CSS files: css/BC_Sans.css.

⚠️ Beginning with version 3 of the BC Sans, support for the incorrect BCSans font name will be dropped. ⚠️

Projects that use the legacy css/BCSans.css file should migrate to css/BC_Sans.css and update their CSS rules to reference the correct BC Sans as font name.

Versions of this package before v2.1.0 shipped with only css/BCSans.css. This file uses the incorrect name BCSans (no space) as the font-family name in its @font-face declarations.

The correct font name (matching the metadata in the font files) is BC Sans (with a space). css/BC_Sans.css uses BC Sans for its CSS font-family names. UI design tools like Figma output code using the BC Sans name from the font files.

Contributing

Integrating it differently? Create a pull request to help us build out the documentation.

Releases

Packages

Used by

Contributors

Languages