Skip to content

Commit

Permalink
Update to Font Awesome 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Apr 17, 2024
1 parent fb1dc09 commit f1fe176
Show file tree
Hide file tree
Showing 2,140 changed files with 396,542 additions and 4,348 deletions.
216 changes: 108 additions & 108 deletions docs/_data/links.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/_includes/global/head.html
Expand Up @@ -15,7 +15,7 @@
{%- endif %}
</title>

<link rel="stylesheet" href="{{ site.url }}/vendor/fontawesome-free-5.15.2-web/css/all.min.css">
<link rel="stylesheet" href="{{ site.url }}/vendor/fontawesome-free-6.5.2-web/css/all.min.css">

{% if page.fontawesome4 %}
<link rel="stylesheet" href="{{ site.data.icons.fontawesome4 }}">
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/cypress.html
Expand Up @@ -7,7 +7,7 @@

<title>{% if page.fulltitle %}{{ page.fulltitle | markdownify | strip_html }}{% else %}{% if page.title %}{{ page.title | markdownify | strip_html }} | {% endif %}{{ site.data.meta.title | markdownify | strip_html }}{% endif %}</title>

<link rel="stylesheet" href="{{ site.url }}/vendor/fontawesome-free-5.15.2-web/css/all.min.css">
<link rel="stylesheet" href="{{ site.url }}/vendor/fontawesome-free-6.5.2-web/css/all.min.css">
<link rel="stylesheet" href="{{ site.url }}/css/bulma.css?v={{ site.time | date: "%Y%m%d%H%M" }}">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions docs/_sass/docs/hero.scss
Expand Up @@ -102,7 +102,7 @@
}

> div {
height: 280px;
width: 400px;
height: 280px !important;
width: 400px !important;
}
}

0 comments on commit f1fe176

Please sign in to comment.