~mozillateam/firefox/firefox.disco

« back to all changes in this revision

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

  • Committer: Olivier Tilloy
  • Date: 2019-07-02 14:04:34 UTC
  • mfrom: (1086.1.208 firefox-beta.disco)
  • Revision ID: olivier.tilloy@canonical.com-20190702140434-hx04t1rd7urf7l1v
* New upstream stable release (68.0build1)

[ Olivier Tilloy ]
* Update debian/patches/unity-menubar.patch
* Work around a GGC bug on i386 and s390x (https://gcc.gnu.org/PR90756)
  - debian/patches/skcms-workaround-gcc-bug.patch
* New firefox-geckodriver package (LP: #1831204)
* Stop building firefox-testsuite (LP: #1805019)
* Port chromium-browser's autopkgtests to firefox (LP: #1831454)

[ Rico Tzschichholz ]
* Update patches
  - debian/patches/mark-distribution-search-engines-as-read-only.patch
  - debian/patches/no-region-overrides-for-google-search.patch
  - debian/patches/partially-revert-google-search-update.patch
  - debian/patches/ppc-no-static-sizes.patch
  - debian/patches/support-coinstallable-trunk-build.patch
  - debian/patches/ubuntu-ua-string-changes.patch
* Bump build-dep on rustc >= 1.34.0 and cargo >= 0.35
  - debian/control{,.in}
* Update cbindgen to 0.8.7
  - debian/build/create-tarball.py
* Update locales, remove 'as', 'mai', 'ml' and 'or'
* Update debian/config/searchplugins.conf
* Follow change of location of list.json for searchplugins
  - debian/rules

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'