Fonts und jslibs in Webarchiv uebernommen
| | |
| | | |
| | | @font-face { |
| | | font-family: 'Roboto Condensed'; |
| | | src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); |
| | | src: url('fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); |
| | | font-weight: normal; |
| | | font-style: normal; |
| | | } |
| | |
| | | Fußzeile |
| | | </div> |
| | | <!-- Skripte --> |
| | | <script src="/jslib/mustache/mustache.min.js"></script> |
| | | <script src="../jslib/mustache/mustache.min.js"></script> |
| | | <script src="js/app.js"></script> |
| | | <script> |
| | | var app; |
| | |
| | | |
| | | @font-face { |
| | | font-family: 'Roboto Condensed'; |
| | | src: url('/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); |
| | | src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); |
| | | font-weight: normal; |
| | | font-style: normal; |
| | | } |