Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: turn on font stylesheet inlining by default #87

Merged
merged 2 commits into from
Jun 9, 2022

Conversation

kara
Copy link
Contributor

@kara kara commented Jun 9, 2022

This commit enables the "download" option by default,
which turns on inlining of the font stylesheet and
the downloading/self-hosting of the font. As these
are both best practices, it makes sense for these
to be part of the default experience.

See more: https://web.dev/font-best-practices/#inline-font-declarations

This commit enables the "download" option by default,
which turns on inlining of the font stylesheet and
the downloading/self-hosting of the font. As these
are both best practices, it makes sense for these
to be part of the default experience.

See more: https://web.dev/font-best-practices/#inline-font-declarations
@codecov
Copy link

codecov bot commented Jun 9, 2022

Codecov Report

Merging #87 (cefcd1f) into master (1e50410) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #87   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           45        45           
  Branches        14        14           
=========================================
  Hits            45        45           
Impacted Files Coverage Δ
src/module.ts 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e50410...cefcd1f. Read the comment docs.

@danielroe danielroe changed the title feat: turn on font stylesheet inlining by default feat!: turn on font stylesheet inlining by default Jun 9, 2022
@unrevised6419
Copy link

Would be a best practice or not, to add assets/{css,fonts} to .gitignore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants