mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-25 14:42:48 -05:00
16 lines
293 B
CSS
16 lines
293 B
CSS
@font-face {
|
|
font-family: 'Noto Sans';
|
|
font-weight: normal;
|
|
src: url(./static/NotoSans-Regular.ttf) format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Noto Sans';
|
|
font-weight: 600;
|
|
src: url(./static/NotoSans-SemiBold.ttf) format('truetype');
|
|
}
|
|
|
|
body {
|
|
font-family: 'Noto Sans';
|
|
}
|