Merge pull request #4814 from matrix-org/bwindels/custom-theme-font

Font support in custom themes
This commit is contained in:
Bruno Windels
2020-06-24 13:15:42 +00:00
committed by GitHub
2 changed files with 80 additions and 4 deletions
+2
View File
@@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
$font-family: var(--font-family, $font-family);
$monospace-font-family: var(--font-family-monospace, $monospace-font-family);
//
// --accent-color
$accent-color: var(--accent-color);