|
@@ -2,38 +2,38 @@
|
|
|
font-family: 'Baumans';
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
- src: local('Baumans Regular'), local('Baumans-Regular'), url('../webfonts/baumans.ttf') format('truetype');
|
|
|
+ src: local('Baumans Regular'), local('Baumans-Regular'), url('../dist/webfonts/baumans.ttf') format('truetype');
|
|
|
}
|
|
|
|
|
|
@font-face {
|
|
|
font-family: 'Muli';
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
- src: local('Muli Regular'), local('Muli-Regular'), url('../webfonts/muli.ttf') format('truetype');
|
|
|
+ src: local('Muli Regular'), local('Muli-Regular'), url('../dist/webfonts/muli.ttf') format('truetype');
|
|
|
}
|
|
|
|
|
|
@font-face {
|
|
|
font-family: 'ConverseFontAwesomeBrands';
|
|
|
font-style: normal;
|
|
|
font-weight: normal;
|
|
|
- src: url('../webfonts/fa-brands-400.eot');
|
|
|
- src: url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
|
|
- url('../webfonts/fa-brands-400.woff2') format('woff2'),
|
|
|
- url('../webfonts/fa-brands-400.woff') format('woff'),
|
|
|
- url('../webfonts/fa-brands-400.ttf') format('truetype'),
|
|
|
- url('../webfonts/fa-brands-400.svg#fontawesome') format('svg');
|
|
|
+ src: url('../dist/webfonts/fa-brands-400.eot');
|
|
|
+ src: url('../dist/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
|
|
+ url('../dist/webfonts/fa-brands-400.woff2') format('woff2'),
|
|
|
+ url('../dist/webfonts/fa-brands-400.woff') format('woff'),
|
|
|
+ url('../dist/webfonts/fa-brands-400.ttf') format('truetype'),
|
|
|
+ url('../dist/webfonts/fa-brands-400.svg#fontawesome') format('svg');
|
|
|
}
|
|
|
|
|
|
@font-face {
|
|
|
font-family: 'ConverseFontAwesomeRegular';
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
- src: url('../webfonts/fa-regular-400.eot');
|
|
|
- src: url('../webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
|
|
- url('../webfonts/fa-regular-400.woff2') format('woff2'),
|
|
|
- url('../webfonts/fa-regular-400.woff') format('woff'),
|
|
|
- url('../webfonts/fa-regular-400.ttf') format('truetype'),
|
|
|
- url('../webfonts/fa-regular-400.svg#fontawesome') format('svg');
|
|
|
+ src: url('../dist/webfonts/fa-regular-400.eot');
|
|
|
+ src: url('../dist/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
|
|
+ url('../dist/webfonts/fa-regular-400.woff2') format('woff2'),
|
|
|
+ url('../dist/webfonts/fa-regular-400.woff') format('woff'),
|
|
|
+ url('../dist/webfonts/fa-regular-400.ttf') format('truetype'),
|
|
|
+ url('../dist/webfonts/fa-regular-400.svg#fontawesome') format('svg');
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|
|
@@ -42,14 +42,15 @@
|
|
|
font-family: 'ConverseFontAwesomeSolid';
|
|
|
font-style: normal;
|
|
|
font-weight: 900;
|
|
|
- src: url('../webfonts/fa-solid-900.eot');
|
|
|
- src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
|
|
- url('../webfonts/fa-solid-900.svg#fontawesome') format('svg'),
|
|
|
- url('../webfonts/fa-solid-900.woff2') format('woff2'),
|
|
|
- url('../webfonts/fa-solid-900.woff') format('woff'),
|
|
|
- url('../webfonts/fa-solid-900.ttf') format('truetype');
|
|
|
+ src: url('../dist/webfonts/fa-solid-900.eot');
|
|
|
+ src: url('../dist/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
|
|
+ url('../dist/webfonts/fa-solid-900.svg#fontawesome') format('svg'),
|
|
|
+ url('../dist/webfonts/fa-solid-900.woff2') format('woff2'),
|
|
|
+ url('../dist/webfonts/fa-solid-900.woff') format('woff'),
|
|
|
+ url('../dist/webfonts/fa-solid-900.ttf') format('truetype');
|
|
|
}
|
|
|
|
|
|
+
|
|
|
@import "@fortawesome/fontawesome-free/scss/variables";
|
|
|
@import "@fortawesome/fontawesome-free/scss/mixins";
|
|
|
@import "@fortawesome/fontawesome-free/scss/core";
|
|
@@ -63,7 +64,8 @@
|
|
|
@import "@fortawesome/fontawesome-free/scss/icons";
|
|
|
@import "@fortawesome/fontawesome-free/scss/screen-reader";
|
|
|
|
|
|
-#conversejs {
|
|
|
+#conversejs, .converse-website {
|
|
|
+ /* Apparent font-awesome bug? The circle has some kind of bottom margin */
|
|
|
.far {
|
|
|
font-family: 'ConverseFontAwesomeRegular' !important;
|
|
|
font-weight: 400;
|
|
@@ -85,7 +87,6 @@
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
}
|
|
|
- /* Apparent font-awesome bug? The circle has some kind of bottom margin */
|
|
|
.fa-info-circle {
|
|
|
height: 1em;
|
|
|
}
|