mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Replace the Googlefonts with a local verion of SourceSans3 from "https://github.com/adobe-fonts/source-sans/releases". Fixing the ThemeColor in the manifest.json file.
4 lines
114 B
CSS
4 lines
114 B
CSS
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
src: url('font/SourceSans3-Regular.otf.woff2') format('woff2');
|
|
} |