Skip to content

Prevent requests to https://fonts.googleapis.com #1924

Answered by pwespi
robingenz asked this question in Q&A
Discussion options

You must be logged in to vote

I had the same issue and solved it by using

"styles": [
  "node_modules/@taiga-ui/core/styles/taiga-ui-global.less",
  "node_modules/@taiga-ui/core/styles/theme/dialog.less",
  "node_modules/@taiga-ui/core/styles/theme/variables.less",
  "node_modules/@taiga-ui/core/styles/theme/wrapper.less",
  "src/styles.css"
]

instead of

"styles": [
  "node_modules/@taiga-ui/core/styles/taiga-ui-global.less",
  "node_modules/@taiga-ui/core/styles/taiga-ui-theme.less",
  "src/styles.css"
]

in angular.json.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@waterplea
Comment options

Answer selected by robingenz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants