Skip to content

Commit df6ed0b

Browse files
committed
fixup! switch to woff for both Cairo and FontAwesome
1 parent 840afb1 commit df6ed0b

File tree

6 files changed

+5
-291
lines changed

6 files changed

+5
-291
lines changed

themes/jquery/css/base.css

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,8 @@ body {
112112
}
113113

114114
@font-face {
115-
font-family: 'FontAwesome';
116-
src: url('fonts/FontAwesome/fontawesome-webfont.eot?v=3.0.2');
117-
src: url('fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=3.0.2') format('embedded-opentype'),
118-
url('fonts/FontAwesome/fontawesome-webfont.woff?v=3.0.2') format('woff'),
119-
url('fonts/FontAwesome/fontawesome-webfont.ttf?v=3.0.2') format('truetype');
115+
font-family: "FontAwesome";
116+
src: url("fonts/FontAwesome/fontawesome-webfont.woff?v=3.0.2") format("woff");
120117
font-weight: normal;
121118
font-style: normal;
122119
}
@@ -686,17 +683,18 @@ table {
686683

687684
/* ==========================================================================
688685
Cairo Font
686+
Licensed under https://openfontlicense.org/
689687
========================================================================== */
690688

691689
@font-face {
692690
font-family: Cairo;
693-
src: url(fonts/Cairo/Cairo-Regular.ttf) format("truetype");
691+
src: url("fonts/Cairo/Cairo-Regular.woff") format("woff");
694692
font-weight: normal;
695693
}
696694

697695
@font-face {
698696
font-family: Cairo;
699-
src: url(fonts/Cairo/Cairo-Bold.ttf) format("truetype");
697+
src: url("fonts/Cairo/Cairo-Bold.woff") format("woff");
700698
font-weight: 700;
701699
}
702700

49.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)