Use the CDN to server fonts

This commit is contained in:
JC Brand 2016-07-02 10:33:14 +02:00
parent d6ef4fc5ca
commit 079b9e91ee
2 changed files with 5 additions and 3 deletions

View File

@ -10,10 +10,11 @@
https://coolors.co/app/264653-2a9d8f-e9c46a-f4a261-e76f51 https://coolors.co/app/264653-2a9d8f-e9c46a-f4a261-e76f51
http://paletton.com/#uid=53f0u0knsvIdILAj5Cftgu3uBmZ http://paletton.com/#uid=53f0u0knsvIdILAj5Cftgu3uBmZ
*/ */
/* $font-path: "../fonticons/fonts/" !default; */
@font-face { @font-face {
font-family: 'Converse-js'; font-family: 'Converse-js';
src: url("../fonticons/fonts/icomoon.eot?-mnoxh0"); src: url("https://cdn.conversejs.org/fonticons/fonts/icomoon.eot?-mnoxh0");
src: url("../fonticons/fonts/icomoon.eot?#iefix-mnoxh0") format("embedded-opentype"), url("../fonticons/fonts/icomoon.woff?-mnoxh0") format("woff"), url("../fonticons/fonts/icomoon.ttf?-mnoxh0") format("truetype"), url("../fonticons/fonts/icomoon.svg?-mnoxh0#icomoon") format("svg"); src: url("https://cdn.conversejs.org/fonticons/fonts/icomoon.eot?#iefix-mnoxh0") format("embedded-opentype"), url("https://cdn.conversejs.org/fonticons/fonts/icomoon.woff?-mnoxh0") format("woff"), url("https://cdn.conversejs.org/fonticons/fonts/icomoon.ttf?-mnoxh0") format("truetype"), url("https://cdn.conversejs.org/fonticons/fonts/icomoon.svg?-mnoxh0#icomoon") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; } font-style: normal; }
.icon-conversejs { .icon-conversejs {

View File

@ -57,7 +57,8 @@ $mobile-chat-width: 100% !default;
$mobile-chat-height: 400px !default; $mobile-chat-height: 400px !default;
$small-mobile-chat-height: 300px !default; $small-mobile-chat-height: 300px !default;
$font-path: "../fonticons/fonts/" !default; /* $font-path: "../fonticons/fonts/" !default; */
$font-path: "https://cdn.conversejs.org/fonticons/fonts/" !default;
$chatroom-width: 300px !default; $chatroom-width: 300px !default;
$chatroom-head-color: #E76F51 !default; $chatroom-head-color: #E76F51 !default;