1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Use noto-sans from fontsource

This commit is contained in:
Bill Thornton 2020-12-14 15:37:26 -05:00
parent d02702f7fb
commit ba28267345
15 changed files with 5910 additions and 7 deletions

View file

@ -6,7 +6,6 @@ import 'intersection-observer';
import 'classlist.js';
import 'whatwg-fetch';
import 'resize-observer-polyfill';
import 'jellyfin-noto/font-faces.css';
import '../assets/css/site.scss';
import { Events } from 'jellyfin-apiclient';
import ServerConnections from '../components/ServerConnections';