adds missing fantasque css

This commit is contained in:
Marvin Steadfast 2019-01-23 10:21:42 +01:00
parent 9488d71599
commit 6569d6c6c1

View File

@ -1,3 +1,15 @@
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('/theme/fonts/FantasqueSansMono-Regular.eot'); /* IE 9 Compatibility Mode */
src: url('/theme/fonts/FantasqueSansMono-Regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
url('/theme/fonts/FantasqueSansMono-Regular.woff2') format('woff2'),
url('/theme/fonts/FantasqueSansMono-Regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
url('/theme/fonts/FantasqueSansMono-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/theme/fonts/FantasqueSansMono-Regular.svg#FantasqueSansMono-Regular') format('svg'); /* Chrome < 4, Legacy iOS */
font-weight: 400;
font-style: normal;
}
body {
background: #ffffff;
height: 100%;