Skip to content

Commit

Permalink
Add IE stylesheet to site examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 18, 2024
1 parent bb165b7 commit 076ce70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/examples/site.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="/design-system/css/fa.css">
<link rel="stylesheet" href="https://use.typekit.net/kaq6qqh.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:[email protected]&family=Roboto+Mono:[email protected]&display=swap">
<link rel="stylesheet" href="/design-system/css/ie.css" media="all and (-ms-high-contrast: none), (-ms-high-contrast: active)">
{% endblock %}

{%- set theme = "light" -%}
Expand Down

0 comments on commit 076ce70

Please sign in to comment.