type-on-strap 2.4.13 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -44
  3. data/_includes/blog/blog.liquid +3 -3
  4. data/_includes/blog/blog_nav.liquid +1 -1
  5. data/_includes/blog/post_footer.liquid +1 -0
  6. data/_includes/blog/post_nav.liquid +2 -2
  7. data/_includes/default/category_list.liquid +22 -0
  8. data/_includes/default/head.liquid +17 -12
  9. data/_includes/default/navbar.liquid +2 -2
  10. data/_includes/default/tags_list.liquid +2 -2
  11. data/_includes/gallery.html +5 -7
  12. data/_includes/portfolio.html +5 -5
  13. data/_includes/social/cusdis.liquid +5 -5
  14. data/_includes/social/disqus.liquid +6 -11
  15. data/_includes/social/giscus.liquid +17 -17
  16. data/_includes/social/share_buttons.liquid +9 -9
  17. data/_includes/social/utterances.liquid +8 -8
  18. data/_layouts/categories.liquid +79 -17
  19. data/_layouts/default.html +3 -3
  20. data/_layouts/page.liquid +11 -11
  21. data/_layouts/post.liquid +11 -6
  22. data/_layouts/search.liquid +10 -3
  23. data/_sass/base/_global.scss +7 -11
  24. data/_sass/base/_utility.scss +8 -29
  25. data/_sass/base/_variables.scss +43 -2
  26. data/_sass/external/_font-awesome.scss +1 -1
  27. data/_sass/external/_katex.scss +1 -1
  28. data/_sass/external/_pacifico.scss +3 -6
  29. data/_sass/external/font-awesome/_core.scss +1 -1
  30. data/_sass/external/font-awesome/_icons.scss +0 -1
  31. data/_sass/external/font-awesome/brands.scss +1 -1
  32. data/_sass/external/font-awesome/fontawesome.scss +1 -1
  33. data/_sass/external/font-awesome/regular.scss +1 -1
  34. data/_sass/external/font-awesome/solid.scss +1 -1
  35. data/_sass/external/font-awesome/v4-shims.scss +1 -1
  36. data/_sass/external/katex/katex.scss +151 -266
  37. data/_sass/includes/_blog_nav.scss +0 -4
  38. data/_sass/includes/_gallery.scss +12 -24
  39. data/_sass/includes/_navbar.scss +1 -7
  40. data/_sass/includes/_portfolio.scss +2 -4
  41. data/_sass/layouts/_blog.scss +7 -23
  42. data/_sass/layouts/_categories.scss +80 -38
  43. data/_sass/layouts/_page.scss +1 -1
  44. data/_sass/layouts/_posts.scss +19 -12
  45. data/_sass/layouts/_search.scss +11 -14
  46. data/_sass/layouts/_tags.scss +12 -1
  47. data/_sass/type-on-strap.scss +10 -0
  48. data/assets/fonts/Pacifico/Pacifico.woff +0 -0
  49. data/assets/fonts/Pacifico/Pacifico.woff2 +0 -0
  50. data/assets/fonts/font-awesome/fa-brands-400.ttf +0 -0
  51. data/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
  52. data/assets/fonts/font-awesome/fa-regular-400.ttf +0 -0
  53. data/assets/fonts/font-awesome/fa-regular-400.woff2 +0 -0
  54. data/assets/fonts/font-awesome/fa-solid-900.ttf +0 -0
  55. data/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
  56. data/assets/js/comments-lazy-load.min.js +1 -0
  57. data/assets/js/main.min.js +1 -6
  58. data/assets/js/vendor/katex.auto-render.min.js +1 -1
  59. data/assets/js/vendor/katex.min.js +1 -1
  60. data/assets/js/vendor/mermaid.min.js +534 -323
  61. data/assets/js/vendor/simple-jekyll-search.min.js +3 -3
  62. metadata +18 -41
  63. data/assets/css/bootstrap-iso.less +0 -12
  64. data/assets/css/vendor/bootstrap-iso.css +0 -9121
  65. data/assets/css/vendor/bootstrap-iso.min.css +0 -6
  66. data/assets/css/vendor/bootstrap.css +0 -10007
  67. data/assets/fonts/Pacifico/Pacifico.eot +0 -0
  68. data/assets/fonts/Pacifico/Pacifico.svg +0 -10833
  69. data/assets/fonts/Pacifico/Pacifico.ttf +0 -0
  70. data/assets/fonts/Pacifico/original-pacifico-regular.ttf +0 -0
  71. data/assets/fonts/font-awesome/fa-v4compatibility.ttf +0 -0
  72. data/assets/fonts/font-awesome/fa-v4compatibility.woff2 +0 -0
  73. data/assets/fonts/katex/KaTeX_AMS-Regular.ttf +0 -0
  74. data/assets/fonts/katex/KaTeX_Caligraphic-Bold.ttf +0 -0
  75. data/assets/fonts/katex/KaTeX_Caligraphic-Regular.ttf +0 -0
  76. data/assets/fonts/katex/KaTeX_Fraktur-Bold.ttf +0 -0
  77. data/assets/fonts/katex/KaTeX_Fraktur-Regular.ttf +0 -0
  78. data/assets/fonts/katex/KaTeX_Main-Bold.ttf +0 -0
  79. data/assets/fonts/katex/KaTeX_Main-BoldItalic.ttf +0 -0
  80. data/assets/fonts/katex/KaTeX_Main-Italic.ttf +0 -0
  81. data/assets/fonts/katex/KaTeX_Main-Regular.ttf +0 -0
  82. data/assets/fonts/katex/KaTeX_Math-BoldItalic.ttf +0 -0
  83. data/assets/fonts/katex/KaTeX_Math-Italic.ttf +0 -0
  84. data/assets/fonts/katex/KaTeX_SansSerif-Bold.ttf +0 -0
  85. data/assets/fonts/katex/KaTeX_SansSerif-Italic.ttf +0 -0
  86. data/assets/fonts/katex/KaTeX_SansSerif-Regular.ttf +0 -0
  87. data/assets/fonts/katex/KaTeX_Script-Regular.ttf +0 -0
  88. data/assets/fonts/katex/KaTeX_Size1-Regular.ttf +0 -0
  89. data/assets/fonts/katex/KaTeX_Size2-Regular.ttf +0 -0
  90. data/assets/fonts/katex/KaTeX_Size3-Regular.ttf +0 -0
  91. data/assets/fonts/katex/KaTeX_Size4-Regular.ttf +0 -0
  92. data/assets/fonts/katex/KaTeX_Typewriter-Regular.ttf +0 -0
  93. data/assets/js/partials/cookie_consent_init.js +0 -60
  94. data/assets/js/partials/dark-mode.js +0 -57
  95. data/assets/js/partials/masonry_init.js +0 -22
  96. data/assets/js/partials/navbar.js +0 -26
  97. data/assets/js/vendor/imagesloaded.pkgd.min.js +0 -12
  98. data/assets/js/vendor/masonry.pkgd.min.js +0 -9
@@ -5,17 +5,24 @@ layout: page
5
5
  <div class="home">
6
6
  <div id="categories">
7
7
  <section class="bg"></section>
8
- <ul class="category-clouds">
9
- {% for category in site.categories %}
10
- <a href="#{{ category | first | cgi_escape }}" class="category-anchor">
11
- <li>
12
- {{ category | first }}
13
- <!-- {{ category | last | size | times: 100 | divided_by: site.tags.size | plus: 50 | divided_by: 100.0 }} -->
14
- <!-- <span class="category-number">{{ category | last | size }}</span> -->
15
- </li>
16
- </a>
17
- {% endfor %}
18
- </ul>
8
+ <div class="category-list">
9
+ <p class="category-links">
10
+ {% for category in site.categories %}
11
+ <a href="#{{ category | first | cgi_escape }}" class="category-link">{{ category | first }}</a> {{ category | last | size }}{% unless forloop.last %}<span class="separator"> / </span>{% endunless %}
12
+ {% endfor %}
13
+
14
+ {% assign uncategorized_count = 0 %}
15
+ {% for post in site.posts %}
16
+ {% if post.categories.size == 0 %}
17
+ {% assign uncategorized_count = uncategorized_count | plus: 1 %}
18
+ {% endif %}
19
+ {% endfor %}
20
+ {% if uncategorized_count > 0 %}
21
+ <span class="separator"> / </span>
22
+ <a href="#uncategorized" class="category-link">Uncategorized</a> {{ uncategorized_count }}
23
+ {% endif %}
24
+ </p>
25
+ </div>
19
26
  <div class="category-groups">
20
27
  {% for category in site.categories %}
21
28
  <div class="category-group">
@@ -28,16 +35,71 @@ layout: page
28
35
  </h4>
29
36
  <div class="items">
30
37
  {% for post in site.categories[group] %}
31
- <a href="{{ post.url | relative_url }}" class="category-post-link">
32
- <div class="item">
33
- <p class="meta">{{ post.date | date: site.data.language.str_date_format | default: '%B %-d, %Y' }}</p>
34
- <p class="title">{{ post.title }}</p>
35
- </div>
36
- </a>
38
+ <div class="item-wrapper">
39
+ <a href="{{ post.url | relative_url }}" class="category-post-link">
40
+ <div class="item">
41
+ <div class="item-content">
42
+ <p class="meta">{{ post.date | date: site.data.language.str_date_format | default: '%B %-d, %Y' }}</p>
43
+ <p class="title">{{ post.title }}</p>
44
+ </div>
45
+ </div>
46
+ </a>
47
+ {% if post.tags.size > 0 %}
48
+ <div class="item-tags">
49
+ {% for tag in post.tags %}
50
+ <a href="{{ site.baseurl }}/tags#{{ tag | cgi_escape }}" class="tag-link">
51
+ <span class="tag">{{ tag }}</span>
52
+ </a>
53
+ {% endfor %}
54
+ </div>
55
+ {% endif %}
56
+ </div>
37
57
  {% endfor %}
38
58
  </div>
39
59
  </div>
40
60
  {% endfor %}
61
+
62
+ <!-- Uncategorized posts -->
63
+ {% assign uncategorized_posts = "" | split: "" %}
64
+ {% for post in site.posts %}
65
+ {% if post.categories.size == 0 %}
66
+ {% assign uncategorized_posts = uncategorized_posts | push: post %}
67
+ {% endif %}
68
+ {% endfor %}
69
+
70
+ {% if uncategorized_posts.size > 0 %}
71
+ <div class="category-group">
72
+ <h4 id="uncategorized" class="title">
73
+ Uncategorized
74
+ {% if page.showCounts %}
75
+ ({{uncategorized_posts.size}})
76
+ {% endif %}
77
+ </h4>
78
+ <div class="items">
79
+ {% for post in uncategorized_posts %}
80
+ <div class="item-wrapper">
81
+ <a href="{{ post.url | relative_url }}" class="category-post-link">
82
+ <div class="item">
83
+ <div class="item-content">
84
+ <p class="meta">{{ post.date | date: site.data.language.str_date_format | default: '%B %-d, %Y' }}</p>
85
+ <p class="title">{{ post.title }}</p>
86
+ </div>
87
+ </div>
88
+ </a>
89
+ {% if post.tags.size > 0 %}
90
+ <div class="item-tags">
91
+ {% for tag in post.tags %}
92
+ <a href="{{ site.baseurl }}/tags#{{ tag | cgi_escape }}" class="tag-link">
93
+ <span class="tag">{{ tag }}</span>
94
+ </a>
95
+ {% endfor %}
96
+ </div>
97
+ {% endif %}
98
+ </div>
99
+ {% endfor %}
100
+ </div>
101
+ </div>
102
+ {% endif %}
41
103
  </div>
42
104
  </div>
43
105
  </div>
@@ -1,6 +1,6 @@
1
1
  <!DOCTYPE html>
2
2
  <!--
3
- Type on Strap jekyll theme v2.4.13
3
+ Type on Strap jekyll theme v2.5.1
4
4
  Theme free for personal and commercial use under the MIT license
5
5
  https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
6
6
  -->
@@ -10,9 +10,9 @@
10
10
  <body>
11
11
  {% capture _navbar %}{% include default/navbar.liquid %}{% endcapture %}
12
12
  {{ _navbar | split: " " | join: " "}}
13
- <div class="content">
13
+ <main class="content">
14
14
  {{ content }}
15
- </div>
15
+ </main>
16
16
  {% capture _footer %}{% include default/footer.liquid %}{% endcapture %}
17
17
  {{ _footer | split: " " | join: " "}}
18
18
  </body>
data/_layouts/page.liquid CHANGED
@@ -15,16 +15,16 @@ layout: default
15
15
  </div>
16
16
  </header>
17
17
  <section class="post-content">
18
- {% if page.bootstrap %}
19
- <div class="bootstrap-iso">
20
- {% endif %}
21
- {{ content }}
22
- {% if page.bootstrap %}
23
- </div>
24
- {% endif %}
18
+ {{ content }}
25
19
  </section>
26
- <!-- Tag list for portfolio -->
27
- {% capture tag_list %}{{ page.tags | join: "|" }}{% endcapture %}
28
- {% capture _tags %}{% include default/tags_list.liquid tags=tag_list %}{% endcapture %}
29
- {{ _tags | split: " " | join: " " }}
20
+ <!-- Category and Tag list -->
21
+ <div class="tag-category-container">
22
+ <!-- Category list -->
23
+ {% capture category_list %}{{ page.categories | join: "|" }}{% endcapture %}
24
+ {% include default/category_list.liquid categories=category_list %}
25
+
26
+ <!-- Tag list for portfolio -->
27
+ {% capture tag_list %}{{ page.tags | join: "|" }}{% endcapture %}
28
+ {% include default/tags_list.liquid tags=tag_list %}
29
+ </div>
30
30
  </article>
data/_layouts/post.liquid CHANGED
@@ -14,17 +14,22 @@ layout: default
14
14
  </header>
15
15
 
16
16
  <section class="post-content">
17
- {% if page.bootstrap %}<div class="bootstrap-iso">{% endif %}
18
- {{ content }}
19
- {% if page.bootstrap %}</div>{% endif %}
17
+ {{ content }}
20
18
  </section>
21
19
 
22
20
  <!-- Social media shares -->
23
21
  {% include social/share_buttons.liquid %}
24
22
 
25
- <!-- Tag list -->
26
- {% capture tag_list %}{{ page.tags | join: "|" }}{% endcapture %}
27
- {% include default/tags_list.liquid tags=tag_list %}
23
+ <!-- Category and Tag list -->
24
+ <div class="tag-category-container">
25
+ <!-- Category list -->
26
+ {% capture category_list %}{{ page.categories | join: "|" }}{% endcapture %}
27
+ {% include default/category_list.liquid categories=category_list %}
28
+
29
+ <!-- Tag list -->
30
+ {% capture tag_list %}{{ page.tags | join: "|" }}{% endcapture %}
31
+ {% include default/tags_list.liquid tags=tag_list %}
32
+ </div>
28
33
 
29
34
  </article>
30
35
 
@@ -14,11 +14,18 @@ layout: page
14
14
  searchInput: document.getElementById('search-input'),
15
15
  resultsContainer: document.getElementById('results-container'),
16
16
  json: '{{ "/assets/data/search.liquid" | relative_url }}',
17
- searchResultTemplate: '<div class="search-title"><a href="{url}"><h3> {title}</h3></a><div class="meta">{date} <div class="right"><i class="fas fa-tag"></i> {tags}</div></div><p>{excerpt}</p></div><hr> ',
17
+ searchResultTemplate: '<div class="search-title" data-testid="search-result-item"><a href="{url}" data-testid="search-result-link"><h3>{title}</h3></a><div class="meta">{date} <div class="right"><i class="fas fa-tag"></i> {tags}</div></div><p>{content}</p></div><hr>',
18
18
  noResultsText: '{{ site.data.language.str_no_result_found | default: "No result found" }}',
19
19
  limit: 10,
20
- strategy: 'wildcard',
21
- exclude: []
20
+ strategy: {
21
+ type: 'hybrid',
22
+ },
23
+ exclude: [],
24
+ templateMiddleware: window.createHighlightTemplateMiddleware({
25
+ className: 'search-highlight',
26
+ maxLength: 100,
27
+ contextLength: 150
28
+ })
22
29
  })
23
30
  </script>
24
31
  </section>
@@ -17,10 +17,6 @@ html {
17
17
  background: var(--selection);
18
18
  }
19
19
 
20
- ::-moz-selection {
21
- background: var(--selection);
22
- }
23
-
24
20
  body {
25
21
  color: var(--text);
26
22
  font-family: $font-family-main;
@@ -141,7 +137,7 @@ summary {
141
137
  }
142
138
 
143
139
  blockquote {
144
- border-left: 2px solid #9fd2e3;
140
+ border-left: 2px solid var(--blockquote-border);
145
141
  margin: 1em 1em;
146
142
  padding: 0.75em 1em;
147
143
  background-color: var(--blockquote);
@@ -215,7 +211,7 @@ ul {
215
211
  hr {
216
212
  border: 0;
217
213
  border-top: 1px solid var(--border);
218
- border-bottom: 1px solid #fff;
214
+ border-bottom: 1px solid var(--background);
219
215
  margin: 1em 0;
220
216
  }
221
217
 
@@ -225,11 +221,11 @@ a {
225
221
  }
226
222
 
227
223
  kbd {
228
- background-color: #eee;
224
+ background-color: var(--kbd-background);
229
225
  border-radius: 3px;
230
- border: 1px solid #b4b4b4;
231
- box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
232
- color: #333;
226
+ border: 1px solid var(--kbd-border);
227
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
228
+ color: var(--kbd-color);
233
229
  display: inline-block;
234
230
  font-size: .85em;
235
231
  font-weight: 700;
@@ -259,7 +255,7 @@ details {
259
255
  width: 100%;
260
256
  background: rgba(2, 2, 2, 0.85);
261
257
  color: lightgray;
262
- z-index: 1000;
258
+ z-index: $z-index-cookie;
263
259
 
264
260
  & a {
265
261
  display: inline-block;
@@ -1,35 +1,14 @@
1
1
  // Mix-ins
2
- %padding-nav {
3
- padding: $padding-small $padding-x-large;
4
- @media (max-width: $xl-break) {
5
- padding: $padding-small ($padding-large * 2);
6
- }
7
- @media (max-width: $l-break) {
8
- padding: $padding-small $padding-large;
9
- }
10
- @media (max-width: $m-break) {
11
- padding: $padding-small $padding-medium;
12
- }
13
- @media (max-width: $sm-break) {
14
- padding: $padding-small $padding-x-small;
15
- }
2
+ @mixin responsive-padding($v, $sm-h) {
3
+ padding: $v $padding-x-large;
4
+ @media (max-width: $xl-break) { padding: $v ($padding-large * 2); }
5
+ @media (max-width: $l-break) { padding: $v $padding-large; }
6
+ @media (max-width: $m-break) { padding: $v $padding-medium; }
7
+ @media (max-width: $sm-break) { padding: $v $sm-h; }
16
8
  }
17
9
 
18
- %padding-post {
19
- padding: $padding-x-small $padding-x-large;
20
- @media (max-width: $xl-break) {
21
- padding: $padding-x-small ($padding-large * 2);
22
- }
23
- @media (max-width: $l-break) {
24
- padding: $padding-x-small $padding-large;
25
- }
26
- @media (max-width: $m-break) {
27
- padding: $padding-x-small $padding-medium;
28
- }
29
- @media (max-width: $sm-break) {
30
- padding: $padding-x-small $padding-small;
31
- }
32
- }
10
+ %padding-nav { @include responsive-padding($padding-small, $padding-x-small); }
11
+ %padding-post { @include responsive-padding($padding-x-small, $padding-small); }
33
12
 
34
13
  %padding-header {
35
14
  padding: $padding-medium $padding-large;
@@ -25,6 +25,37 @@ $m-break: 1000px;
25
25
  $break: 768px;
26
26
  $sm-break: 576px;
27
27
  $x-sm-break: 320px;
28
+ $xs-l-break: 450px;
29
+ $xs-m-break: 400px;
30
+ $xs-s-break: 380px;
31
+
32
+ /* TRANSITIONS */
33
+ $transition-fast: 0.15s;
34
+ $transition-base: 0.2s;
35
+ $transition-slow: 0.5s;
36
+
37
+ /* Z-INDEX */
38
+ $z-index-cookie: 1000;
39
+
40
+ /* COMPONENT SIZES */
41
+ $post-img-height: 250px;
42
+ $post-img-height-mobile: 150px;
43
+ $portfolio-max-width: 400px;
44
+ $gallery-item-width: 32.6%;
45
+ $gallery-gutter: 1%;
46
+
47
+ /* MIXINS */
48
+ @mixin respond-to($breakpoint) {
49
+ @if $breakpoint == 'xl' { @media screen and (max-width: $xl-break) { @content; } }
50
+ @if $breakpoint == 'l' { @media screen and (max-width: $l-break) { @content; } }
51
+ @if $breakpoint == 'm' { @media screen and (max-width: $m-break) { @content; } }
52
+ @if $breakpoint == 'break' { @media screen and (max-width: $break) { @content; } }
53
+ @if $breakpoint == 'sm' { @media screen and (max-width: $sm-break) { @content; } }
54
+ @if $breakpoint == 'x-sm' { @media screen and (max-width: $x-sm-break) { @content; } }
55
+ @if $breakpoint == 'xs-l' { @media screen and (max-width: $xs-l-break) { @content; } }
56
+ @if $breakpoint == 'xs-m' { @media screen and (max-width: $xs-m-break) { @content; } }
57
+ @if $breakpoint == 'xs-s' { @media screen and (max-width: $xs-s-break) { @content; } }
58
+ }
28
59
 
29
60
 
30
61
  /* THEME COLOR SCHEMES */
@@ -47,7 +78,12 @@ html, html[data-theme="light"] {
47
78
  --h4: #262626;
48
79
  --h5: #262626;
49
80
  --h6: #262626;
50
- --border: rgba(0, 0, 0, 0.2);
81
+ --border: rgb(229, 229, 229);
82
+ --blockquote-border: #9fd2e3;
83
+ --kbd-background: #eee;
84
+ --kbd-border: #b4b4b4;
85
+ --kbd-color: #333;
86
+ --search-highlight: rgba(255, 221, 76, 0.5);
51
87
  }
52
88
 
53
89
  html[data-theme="dark"] {
@@ -69,7 +105,12 @@ html[data-theme="dark"] {
69
105
  --h4: #00af9e;
70
106
  --h5: #6bac00;
71
107
  --h6: #ff5c00;
72
- --border: rgba(255, 255, 255, 0.5); // border
108
+ --border: rgba(255, 255, 255, 0.15);
109
+ --blockquote-border: #546e7a;
110
+ --kbd-background: #3a3f4b;
111
+ --kbd-border: #5a6070;
112
+ --kbd-color: #cdd9e5;
113
+ --search-highlight: rgba(167, 139, 250, 0.5);
73
114
  --cusdis--color-text-default: var(--text);
74
115
  --cusdis--color-comment-username-text: var(--link);
75
116
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Type-on-strap Font Awesome kit v6.7.1
2
+ * Type-on-strap Font Awesome kit v6.7.2
3
3
  * Find the version and license of the included Font Awesome here: _sass/external/font-awesome/fontawesome.scss
4
4
  */
5
5
  $fa-inverse: var(--background);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * KaTeX v0.16.25
2
+ * KaTeX v0.16.38
3
3
  * Plus added customizations for the theme
4
4
  */
5
5
 
@@ -6,12 +6,9 @@ $pacifico-font-path: "../../assets/fonts/Pacifico" !default;
6
6
 
7
7
  @font-face {
8
8
  font-family: 'Pacifico';
9
- src: url('#{$pacifico-font-path}/Pacifico.eot'); /* IE9 Compat Modes */
10
- src: url('#{$pacifico-font-path}/Pacifico.eot?#iefix') format('embedded-opentype'),
11
- url('#{$pacifico-font-path}/Pacifico.woff2') format('woff2'),
12
- url('#{$pacifico-font-path}/Pacifico.woff') format('woff'),/* Modern Browsers */
13
- url('#{$pacifico-font-path}/Pacifico.ttf') format('truetype'),/* Safari, Android, iOS */
14
- url('#{$pacifico-font-path}/Pacifico.svg#Pacifico') format('svg');/* Legacy iOS */
9
+ src: url('#{$pacifico-font-path}/Pacifico.woff2') format('woff2'),
10
+ url('#{$pacifico-font-path}/Pacifico.woff') format('woff');
15
11
  font-weight: normal;
16
12
  font-style: normal;
13
+ font-display: swap;
17
14
  }
@@ -28,7 +28,7 @@
28
28
  .#{$fa-css-prefix}-solid::before,
29
29
  .#{$fa-css-prefix}-regular::before,
30
30
  .#{$fa-css-prefix}-brands::before,
31
- .fa::before {
31
+ .#{$fa-css-prefix}::before {
32
32
  content: var(#{$fa-icon-property});
33
33
  }
34
34
 
@@ -7,7 +7,6 @@ readers do not read off random characters that represent icons */
7
7
  @each $name, $icon in $fa-icons {
8
8
  .#{$fa-css-prefix}-#{$name} {
9
9
  #{$fa-icon-property}: unquote("\"#{ $icon }\"");
10
- #{$fa-duotone-icon-property}: unquote("\"#{$icon}#{$icon}\"");
11
10
  }
12
11
  }
13
12
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
4
  * Copyright 2024 Fonticons, Inc.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
4
  * Copyright 2024 Fonticons, Inc.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
4
  * Copyright 2024 Fonticons, Inc.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
4
  * Copyright 2024 Fonticons, Inc.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
4
  * Copyright 2024 Fonticons, Inc.
5
5
  */