Commit e6d83808 authored by Jonathan Kew's avatar Jonathan Kew Committed by jkew@mozilla.com
Browse files

Bug 1966668 - Use Ahem via URL (not src:local) in...

Bug 1966668 - Use Ahem via URL (not src:local) in css/css-fonts/font-face-style-normal.html r=layout-reviewers,emilio

Differential Revision: https://phabricator.services.mozilla.com/D249576
parent c5cf9ace
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,22 +14,22 @@
@font-face {
  font-family: test1;
  font-style: normal;
  src: local(Ahem);
  src: url(/fonts/Ahem.ttf);
}
@font-face {
  font-family: test2;
  font-style: oblique 0deg;
  src: local(Ahem);
  src: url(/fonts/Ahem.ttf);
}
@font-face {
  font-family: test3;
  font-style: oblique 0deg 10deg;
  src: local(Ahem);
  src: url(/fonts/Ahem.ttf);
}
@font-face {
  font-family: test4;
  font-style: normal 10deg;
  src: local(Ahem);
  src: url(/fonts/Ahem.ttf);
}
</style>
<script>