Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

🚀 : Implement Font Comfortaa by Google Fonts #4

Closed
xuelink opened this issue Jun 12, 2024 · 3 comments
Closed

🚀 : Implement Font Comfortaa by Google Fonts #4

xuelink opened this issue Jun 12, 2024 · 3 comments
Assignees
Labels
feature New feature or request

Comments

@xuelink
Copy link
Member

xuelink commented Jun 12, 2024

Feature Request: Implement Font Comfortaa by Google Fonts

Is your feature request related to a problem? Please describe.
I am looking to enhance the aesthetic appeal of my application by integrating a modern and clean font. The current font does not align with the design vision I have for the application, leading to a somewhat outdated and inconsistent look.

Describe the solution you'd like
I would like to implement the Comfortaa font from Google Fonts throughout the application. This would involve:

  1. Importing the Comfortaa font into the project.
  2. Updating the CSS styles to use Comfortaa as the primary font family.
  3. Ensuring that all text elements within the application reflect this change for a consistent and cohesive design.

Describe alternatives you've considered
I have considered other fonts such as Roboto and Open Sans, but they do not match the unique, rounded aesthetic that Comfortaa offers. Additionally, custom fonts were considered but would require more resources to develop and integrate compared to using a readily available Google Font.

Additional context
Here is a link to the Google Fonts page for Comfortaa: Comfortaa on Google Fonts.

To import Comfortaa, the following link can be added to the HTML:

<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap" rel="stylesheet">

CSS example:

body {
    font-family: 'Comfortaa', cursive;
}

If you want to speed up the process of this issue, please send 🚀 as a reaction.
If you want speed up process of this issue, please send 🚀 as a reaction.

@xuelink xuelink added the feature New feature or request label Jun 12, 2024
@xuelink xuelink added this to Backlog Jun 12, 2024
@github-project-automation github-project-automation bot moved this to Todo in Backlog Jun 12, 2024
@DH-555
Copy link
Contributor

DH-555 commented Jun 13, 2024

We don't use CSS here 👀

Doing it right now

@DH-555 DH-555 self-assigned this Jun 13, 2024
@xuelink xuelink moved this from Todo to In Progress in Backlog Jun 13, 2024
@xuelink
Copy link
Member Author

xuelink commented Jun 13, 2024

We don't use CSS here 👀

Doing it right now

Awesome, you can also use Backlog if you want

@DH-555
Copy link
Contributor

DH-555 commented Jun 13, 2024

#6

@DH-555 DH-555 closed this as completed Jun 13, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Backlog Jun 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants