Bugfixing
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.
This commit is contained in:
4
front/css/offline-font.css
Normal file
4
front/css/offline-font.css
Normal file
@@ -0,0 +1,4 @@
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('font/SourceSans3-Regular.otf.woff2') format('woff2');
|
||||
}
|
||||
Reference in New Issue
Block a user