mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-07 04:21:57 +00:00
Shorten longer descriptions to 140 characters
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
{
|
||||
title: "Package Font Files on NPM for Angular Usage",
|
||||
description: "Does your organization use custom fonts that you want to share with multiple apps? Learn how to distribute those fonts on NPM and consume them in Angular!",
|
||||
description: "Do you use custom fonts that you want to share with multiple apps? Learn how to distribute those fonts on NPM and consume them in Angular!",
|
||||
published: '2020-11-24T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['angular', 'javascript', 'npm'],
|
||||
@@ -220,4 +220,4 @@ However, if you're not using `postcss` and have SCSS installed, you can use the
|
||||
|
||||
Once you've added the file to your CSS imports and `angular.json`, you should see your font loading as-expected. Because you've setup your fonts to use `npm` to distribute them, you can now reuse your fonts across multiple apps.
|
||||
|
||||
If you'd like to learn more or have questions about this setup, feel free to leave a comment down below or join [our Discord](https://discord.gg/FMcvc6T) and ask questions there!
|
||||
If you'd like to learn more or have questions about this setup, feel free to leave a comment down below or join [our Discord](https://discord.gg/FMcvc6T) and ask questions there!
|
||||
|
||||
Reference in New Issue
Block a user