~chromium-team/chromium-browser/trusty-beta

« back to all changes in this revision

Viewing changes to debian/tests/data/HTML5test/fonts/stylesheet.css

  • Committer: Olivier Tilloy
  • Date: 2017-10-23 16:46:53 UTC
  • mfrom: (1172.1.38 trusty-stable)
  • Revision ID: olivier.tilloy@canonical.com-20171023164653-zmpfzblxxnkj0jhj
Merge back changes from stable branch:
  * debian/control: bump Standards-Version to 4.1.1
  * debian/patches/set-rpath-on-chromium-executables.patch: updated
  * debian/tests/*:
    - removed stale autopkgtests
    - added new autopkgtests based on chromium's new headless mode
  * debian/source/include-binaries: updated to reflect new binary data in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Regular */
 
2
@font-face {
 
3
    font-family: 'League Gothic';
 
4
    src: url('leaguegothic-italic-webfont.eot');
 
5
    src: url('leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
 
6
         url('leaguegothic-italic-webfont.woff') format('woff'),
 
7
         url('leaguegothic-italic-webfont.ttf') format('truetype'),
 
8
         url('leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
 
9
    font-weight: normal;
 
10
    font-style: italic;
 
11
 
 
12
}
 
13
 
 
14
/* Italic */
 
15
@font-face {
 
16
    font-family: 'League Gothic';
 
17
    src: url('leaguegothic-regular-webfont.eot');
 
18
    src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
 
19
         url('leaguegothic-regular-webfont.woff') format('woff'),
 
20
         url('leaguegothic-regular-webfont.ttf') format('truetype'),
 
21
         url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
 
22
    font-weight: normal;
 
23
    font-style: normal;
 
24
 
 
25
}
 
26
 
 
27
/* Condensed */
 
28
@font-face {
 
29
    font-family: 'League Gothic Condensed';
 
30
    src: url('leaguegothic-condensed-regular-webfont.eot');
 
31
    src: url('leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
 
32
         url('leaguegothic-condensed-regular-webfont.woff') format('woff'),
 
33
         url('leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
 
34
         url('leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
 
35
    font-weight: normal;
 
36
    font-style: normal;
 
37
 
 
38
}
 
39
 
 
40
/* Condensed Italic */
 
41
@font-face {
 
42
    font-family: 'League Gothic Condensed';
 
43
    src: url('leaguegothic-condensed-italic-webfont.eot');
 
44
    src: url('leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
 
45
         url('leaguegothic-condensed-italic-webfont.woff') format('woff'),
 
46
         url('leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
 
47
         url('leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
 
48
    font-weight: normal;
 
49
    font-style: italic;
 
50
}
 
 
b'\\ No newline at end of file'