Skip to content

Commit 55647d9

Browse files
committed
font aweomse
1 parent 84f28fe commit 55647d9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/assets/stylesheets/fontawesome.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5165,7 +5165,7 @@
51655165
font-style: normal;
51665166
font-weight: 400;
51675167
font-display: block;
5168-
src: url(/assets/webfonts/fa-brands-400.woff2);
5168+
src: url(/webfonts/fa-brands-400.woff2);
51695169
}
51705170
.fa-brands,
51715171
.fa-classic.fa-brands,
@@ -6757,7 +6757,7 @@
67576757
font-style: normal;
67586758
font-weight: 400;
67596759
font-display: block;
6760-
src: url(/assets/webfonts/fa-regular-400.woff2);
6760+
src: url(/webfonts/fa-regular-400.woff2);
67616761
}
67626762
.far {
67636763
--fa-family: var(--fa-family-classic);
@@ -6777,7 +6777,7 @@
67776777
font-style: normal;
67786778
font-weight: 900;
67796779
font-display: block;
6780-
src: url(/assets/webfonts/fa-solid-900.woff2);
6780+
src: url(/webfonts/fa-solid-900.woff2);
67816781
}
67826782
.fas {
67836783
--fa-style: 900;
@@ -6793,34 +6793,34 @@
67936793
font-family: 'Font Awesome 5 Brands';
67946794
font-display: block;
67956795
font-weight: 400;
6796-
src: url(/assets/webfonts/fa-brands-400.woff2) format('woff2');
6796+
src: url(/webfonts/fa-brands-400.woff2) format('woff2');
67976797
}
67986798
@font-face {
67996799
font-family: 'Font Awesome 5 Free';
68006800
font-display: block;
68016801
font-weight: 900;
6802-
src: url(/assets/webfonts/fa-solid-900.woff2) format('woff2');
6802+
src: url(/webfonts/fa-solid-900.woff2) format('woff2');
68036803
}
68046804
@font-face {
68056805
font-family: 'Font Awesome 5 Free';
68066806
font-display: block;
68076807
font-weight: 400;
6808-
src: url(/assets/webfonts/fa-regular-400.woff2) format('woff2');
6808+
src: url(/webfonts/fa-regular-400.woff2) format('woff2');
68096809
}
68106810
@font-face {
68116811
font-family: 'FontAwesome';
68126812
font-display: block;
6813-
src: url(/assets/webfonts/fa-solid-900.woff2) format('woff2');
6813+
src: url(/webfonts/fa-solid-900.woff2) format('woff2');
68146814
}
68156815
@font-face {
68166816
font-family: 'FontAwesome';
68176817
font-display: block;
6818-
src: url(/assets/webfonts/fa-brands-400.woff2) format('woff2');
6818+
src: url(/webfonts/fa-brands-400.woff2) format('woff2');
68196819
}
68206820
@font-face {
68216821
font-family: 'FontAwesome';
68226822
font-display: block;
6823-
src: url(/assets/webfonts/fa-regular-400.woff2) format('woff2');
6823+
src: url(/webfonts/fa-regular-400.woff2) format('woff2');
68246824
unicode-range:
68256825
u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046,
68266826
u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2,
@@ -6833,7 +6833,7 @@
68336833
@font-face {
68346834
font-family: 'FontAwesome';
68356835
font-display: block;
6836-
src: url(/assets/webfonts/fa-v4compatibility.woff2) format('woff2');
6836+
src: url(/webfonts/fa-v4compatibility.woff2) format('woff2');
68376837
unicode-range:
68386838
u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac,
68396839
u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149,

0 commit comments

Comments
 (0)