/usr/share/fantasque-sans/FantasqueSans-decl.css is in fonts-fantasque-sans 1.7~alpha.2~dfsg-2.
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 | @font-face {
font-family: 'FantasqueSans';
src: url('FantasqueSans.eot'); /* IE 9 Compatibility Mode */
src: url('FantasqueSans.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
url('FantasqueSans.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
url('FantasqueSans.ttf') format('truetype'), /* Safari, Android, iOS */
url('FantasqueSans.svg#FantasqueSans') format('svg'); /* Chrome < 4, Legacy iOS */
font-weight: 400;
font-style: normal;
}
|