Refactor project structure
This commit is contained in:
BIN
web/font/roboto/Roboto-Black-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-Black-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-BlackItalic-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-BlackItalic-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-Bold-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-Bold-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-BoldCondensed-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-BoldCondensed-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-BoldCondensedItalic-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-BoldCondensedItalic-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-BoldItalic-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-BoldItalic-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-Condensed-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-Condensed-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-CondensedItalic-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-CondensedItalic-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-Italic-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-Italic-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-Light-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-Light-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-LightItalic-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-LightItalic-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-Medium-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-Medium-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-MediumItalic-webfont.eot
Normal file
BIN
web/font/roboto/Roboto-MediumItalic-webfont.eot
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-MediumItalic-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-MediumItalic-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-Regular-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-Regular-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-Thin-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-Thin-webfont.woff
Normal file
Binary file not shown.
BIN
web/font/roboto/Roboto-ThinItalic-webfont.woff
Normal file
BIN
web/font/roboto/Roboto-ThinItalic-webfont.woff
Normal file
Binary file not shown.
106
web/font/roboto/Roboto.css
Normal file
106
web/font/roboto/Roboto.css
Normal file
@@ -0,0 +1,106 @@
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: local('Roboto'), url('https://roboto-webfont.googlecode.com/files/Roboto-Regular-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: local('Roboto'), url('https://roboto-webfont.googlecode.com/files/Roboto-Italic-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: local('Roboto'), url('https://roboto-webfont.googlecode.com/files/Roboto-Bold-webfont.woff') format('woff');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
src: local('Roboto'), url('https://roboto-webfont.googlecode.com/files/Roboto-BoldItalic-webfont.woff') format('woff');
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
src: local('Roboto Condensed'), url('https://roboto-webfont.googlecode.com/files/Roboto-Condensed-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
src: local('Roboto Condensed'), url('https://roboto-webfont.googlecode.com/files/Roboto-CondensedItalic-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
src: local('Roboto Condensed'), url('https://roboto-webfont.googlecode.com/files/Roboto-BoldCondensed-webfont.woff') format('woff');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
src: local('Roboto Condensed'), url('https://roboto-webfont.googlecode.com/files/Roboto-BoldCondensedItalic-webfont.woff') format('woff');
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Thin';
|
||||
src: local('Roboto Thin'), url('https://roboto-webfont.googlecode.com/files/Roboto-Thin-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto Thin';
|
||||
src: local('Roboto Thin'), url('https://roboto-webfont.googlecode.com/files/Roboto-ThinItalic-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Light';
|
||||
src: local('Roboto Light'), url('https://roboto-webfont.googlecode.com/files/Roboto-Light-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto Light';
|
||||
src: local('Roboto Light'), url('https://roboto-webfont.googlecode.com/files/Roboto-LightItalic-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Medium';
|
||||
src: local('Roboto Medium'), url('https://roboto-webfont.googlecode.com/files/Roboto-Medium-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto Medium';
|
||||
src: local('Roboto Medium'), url('https://roboto-webfont.googlecode.com/files/Roboto-MediumItalic-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Black';
|
||||
src: local('Roboto Black'), url('https://roboto-webfont.googlecode.com/files/Roboto-Black-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto Black';
|
||||
src: local('Roboto Black'), url('https://roboto-webfont.googlecode.com/files/Roboto-BlackItalic-webfont.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
Reference in New Issue
Block a user