question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Code health] Refactor override of Material component fonts

See original GitHub issue

We currently define fonts for each individual component (e.g., <button mat-button..). Instead, we can follow https://material.angular.io/guide/typography to override fonts globally.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:18 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
semlacommented, Oct 15, 2021

@gino-m I have a problem with the setup project.

I configure all enviroment files need for work and setup the firebase.

But when i navigate to http://localhost:4200/project/firebase project id name

I have this in console:

core.js:4610 ERROR FirebaseError: Null value error. for 'get' @ L108, Null value error. for 'get' @ L109, Null value error. for 'get' @ L110

So i try to creare new project, in http://localhost:4200/project/new

And after go to the page, it show me the input text, but in console:

You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started

So i try to insert the name of the project… but after three xhr 200 to: http://localhost:8080/google.firestore.v1

Nothing.

Maybe give it a try with the added commands. Guessing billing can’t be required for using emulators

1reaction
twopillscommented, Oct 31, 2021

@gino-m I tried to re install all… and it worked:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Global Styling with Material-UI Theme Overrides and Props
Learn how to use global CSS overrides and default props in a theme to customize all instances of a Material-UI component in a...
Read more >
Material Symbols and Icons - Google Fonts
Introducing Material Symbols. Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of...
Read more >
Changing font family of all MUI components - Stack Overflow
Have a look at material-ui-next.com/customization/theme-default If you want to change the background-color you will have to over-ride that component.
Read more >
3 ways to add custom fonts to your MUI project - LogRocket Blog
Learn three simple ways to add custom fonts to a MUI project, including the Google Fonts CDN, google-webfonts-helper, and npm.
Read more >
Compose UI - Android Developers
This aligns Compose Material to the same behavior of Material Design Components, providing consistent behavior if you mix Views and Compose. This change...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found