/usr/share/fantasque-sans/LargeLineHeight/Webfonts/FantasqueSansMono-Regular-decl.css is in fonts-fantasque-sans 1.7.2~alpha.3~dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | @font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-Regular.eot'); /* IE 9 Compatibility Mode */
src: url('FantasqueSansMono-Regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
url('FantasqueSansMono-Regular.woff2') format('woff2'),
url('FantasqueSansMono-Regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
url('FantasqueSansMono-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('FantasqueSansMono-Regular.svg#FantasqueSansMono-Regular') format('svg'); /* Chrome < 4, Legacy iOS */
font-weight: 400;
font-style: normal;
}
|