This file is indexed.

/usr/share/maas/web/static/css/ubuntu-webfonts.css is in maas-region-controller-min 1.5+bzr2252-0ubuntu1.

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* Web font defintions for the Ubuntu font.
 *
 * Retrieved from https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700,700italic
 *
 */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: normal;
  src:
    local('Ubuntu Italic'),
    local('Ubuntu-Italic'),
    url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/kbP_6ONYVgE-bLa9ZRbvvvesZW2xOQ-xsNqO47m55DA.woff')
      format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: bold;
  src:
    local('Ubuntu Bold'),
    local('Ubuntu-Bold'),
    url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/0ihfXUL2emPh0ROJezvraD8E0i7KZn-EPnyo3HZu7kw.woff')
      format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: bold;
  src:
    local('Ubuntu Bold Italic'),
    local('Ubuntu-BoldItalic'),
    url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/OMD20Sg9RTs7sUORCEN-7YbN6UDyHWBl620a-IRfuBk.woff')
      format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: normal;
  src:
    local('Ubuntu'),
    url('https://themes.googleusercontent.com/static/fonts/ubuntu/v3/_xyN3apAT_yRRDeqB3sPRg.woff')
      format('woff');
}