Turan Rustamli

Results 2 comments of Turan Rustamli

A non-ideal workaround that I've been using in order to render the fonts properly is embedding fonts with datauri: ``` @font-face { font-family: "Virgil"; src: url("data:application/octet-stream;base64,d09GRgABAAAA... ``` This makes the...

@nicolassanmar I have the same issue, this prevents me signing in with Google on localhost for testing my app locally. Temporary workaround that worked for me is using `signInWithPopup` instead...