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