feat: remove external css resources
This commit is contained in:
BIN
client/static/fonts/MaterialIcons-Regular.woff
Normal file
BIN
client/static/fonts/MaterialIcons-Regular.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/MaterialIcons-Regular.woff2
Normal file
BIN
client/static/fonts/MaterialIcons-Regular.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-Bold.woff
Normal file
BIN
client/static/fonts/Roboto-Bold.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-Bold.woff2
Normal file
BIN
client/static/fonts/Roboto-Bold.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-BoldItalic.woff
Normal file
BIN
client/static/fonts/Roboto-BoldItalic.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-BoldItalic.woff2
Normal file
BIN
client/static/fonts/Roboto-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-Italic.woff
Normal file
BIN
client/static/fonts/Roboto-Italic.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-Italic.woff2
Normal file
BIN
client/static/fonts/Roboto-Italic.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-Medium.woff
Normal file
BIN
client/static/fonts/Roboto-Medium.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-Medium.woff2
Normal file
BIN
client/static/fonts/Roboto-Medium.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-MediumItalic.woff
Normal file
BIN
client/static/fonts/Roboto-MediumItalic.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-MediumItalic.woff2
Normal file
BIN
client/static/fonts/Roboto-MediumItalic.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-Regular.woff
Normal file
BIN
client/static/fonts/Roboto-Regular.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/Roboto-Regular.woff2
Normal file
BIN
client/static/fonts/Roboto-Regular.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/SourceSansPro-Bold.woff
Normal file
BIN
client/static/fonts/SourceSansPro-Bold.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/SourceSansPro-Bold.woff2
Normal file
BIN
client/static/fonts/SourceSansPro-Bold.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/SourceSansPro-BoldItalic.woff
Normal file
BIN
client/static/fonts/SourceSansPro-BoldItalic.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/SourceSansPro-BoldItalic.woff2
Normal file
BIN
client/static/fonts/SourceSansPro-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/SourceSansPro-Italic.woff
Normal file
BIN
client/static/fonts/SourceSansPro-Italic.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/SourceSansPro-Italic.woff2
Normal file
BIN
client/static/fonts/SourceSansPro-Italic.woff2
Normal file
Binary file not shown.
BIN
client/static/fonts/SourceSansPro-Regular.woff
Normal file
BIN
client/static/fonts/SourceSansPro-Regular.woff
Normal file
Binary file not shown.
BIN
client/static/fonts/SourceSansPro-Regular.woff2
Normal file
BIN
client/static/fonts/SourceSansPro-Regular.woff2
Normal file
Binary file not shown.
80
client/static/fonts/stylesheet.css
Normal file
80
client/static/fonts/stylesheet.css
Normal file
@@ -0,0 +1,80 @@
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('Roboto-MediumItalic.woff2') format('woff2'),
|
||||
url('Roboto-MediumItalic.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('Roboto-Italic.woff2') format('woff2'),
|
||||
url('Roboto-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('Roboto-Bold.woff2') format('woff2'),
|
||||
url('Roboto-Bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('SourceSansPro-Bold.woff2') format('woff2'),
|
||||
url('SourceSansPro-Bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('Roboto-Regular.woff2') format('woff2'),
|
||||
url('Roboto-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('Roboto-BoldItalic.woff2') format('woff2'),
|
||||
url('Roboto-BoldItalic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('SourceSansPro-BoldItalic.woff2') format('woff2'),
|
||||
url('SourceSansPro-BoldItalic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('SourceSansPro-Regular.woff2') format('woff2'),
|
||||
url('SourceSansPro-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: url('Roboto-Medium.woff2') format('woff2'),
|
||||
url('Roboto-Medium.woff') format('woff');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
src: url('SourceSansPro-Italic.woff2') format('woff2'),
|
||||
url('SourceSansPro-Italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user