John Doe

Results 40 comments of John Doe

These ones work out of the box: https://materialdesignicons.com 1.- open the TTF with Font Book, install 2.- in Sketch go to menu "Install/Remove --> SVG", 3.- at the Import screen...

> @keremciu thank you for your continued support on this project. Do you have an estimate on when Font Awesome 5 will be included as part of this bundle? I've...

Best option is to use Google Fonts. I'd guess you've already solved it by now.

same, Mojave and Catalina

**Nevermind, found this string:** `randomText = randomText.slice(0, stringLength).replace(/[^\.]$/,".").replace(/ $/,"").replace(/ .$/,'.').replace(/ \w\.$/,"."); randomText = randomText.slice(0, stringLength).replace(/ $/).replace(/ .$/,'.');` **and deleted all periods:** `randomText = randomText.slice(0, stringLength).replace(/[^\.]$/,"").replace(/ $/,"").replace(/ .$/,'').replace(/ \w\.$/,""); randomText =...

Update: It seems RevealJS also has a function called resize. Any pointers? Hi, I'm using it inside RevealJS, but I can't remove the twenty empty "big-vide-wrap" containers that BigVideo creates,...

Did you have ambient:true?

Paste your code On 30/08/2014, at 11:57 a.m., intelektual [email protected] wrote: > thx, sogen, for reply. Yes, I did have ambient:true. Nothing was showing up :( > > — >...

Here +1 too **Why:** creates smaller files. Example: Exported artboards as JPEG, combined PDF file size: 3mb PDF with PNGs in them: 53.4mb.