mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
17 lines
367 B
SCSS
17 lines
367 B
SCSS
//
|
|
// Fonts
|
|
// ---
|
|
// bigchain.io
|
|
//
|
|
|
|
|
|
@font-face{
|
|
font-family: 'Fira Sans';
|
|
src: local('Fira Sans Light'),
|
|
url('/assets/fonts/FiraSans-Light.woff2') format('woff2'),
|
|
url('/assets/fonts/FiraSans-Light.woff') format('woff'),
|
|
url('/assets/fonts/FiraSans-Light.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|