mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-25 02:04:06 +03:00
19 lines
489 B
CSS
19 lines
489 B
CSS
@font-face {
|
|
font-family: Noto Sans;
|
|
src: url('~/assets/font/noto_sans/NotoSans-Regular.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: Noto Sans;
|
|
src: url('~/assets/font/noto_sans/NotoSans-SemiBold.ttf') format('truetype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: Noto Sans;
|
|
src: url('~/assets/font/noto_sans/NotoSans-ExtraBold.ttf') format('truetype');
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
}
|