Add CORS capability to Flask
Add static blog demo files
This commit is contained in:
parent
4a8cad8a00
commit
4e6c59362c
36 changed files with 6100 additions and 0 deletions
12
demo/public/fonts/opensans_regular_macroman/stylesheet.css
Normal file
12
demo/public/fonts/opensans_regular_macroman/stylesheet.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@font-face {
|
||||
font-family: 'open_sansregular';
|
||||
src: url('OpenSans-Regular-webfont.eot');
|
||||
src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('OpenSans-Regular-webfont.woff') format('woff'),
|
||||
url('OpenSans-Regular-webfont.ttf') format('truetype'),
|
||||
url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue