This file is indexed.

/usr/share/pcsd/public/css/overpass.css is in pcs 0.9.149-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
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@font-face {
    font-family: 'Overpass';
    src: url('overpass_regular-web.eot');
    src: local('Overpass'),
	 url('overpass_regular-web.eot?#iefix') format('eot'),
         url('overpass_regular-web.woff') format('woff'),
         url('overpass_regular-web.ttf') format('truetype'),
         url('overpass_regular-web.svg#webfontLTZe4IYH') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Overpass';
    src: url('overpass_bold-web.eot');
    src: local('Overpass Bold'), local('Overpass-Bold'),
	 url('overpass_bold-web.eot?#iefix') format('eot'),
         url('overpass_bold-web.woff') format('woff'),
         url('overpass_bold-web.ttf') format('truetype'),
         url('overpass_bold-web.svg#webfontzAU82Ltw') format('svg');
    font-weight: bold;
    font-style: normal;

}