CougarCS / CougarCS-Dev

Dev Revamp site for CougarCS
MIT License
3 stars 1 forks source link

Fix: Hero text title #7

Open Brodypen opened 2 weeks ago

Brodypen commented 2 weeks ago
image

What we want :)

What we got :(

image

Add tailwindCSS font, add appropiate text size and attributes. Delete the hardcoded part in the current version (any left, right, transpose stuff can and should go!)

nathansamuell commented 6 days ago

unfamiliar with tailwind but looking to learn -- it seems that most font customization in tailwind comes from applying a font from file or web font. Is there a specific font used in the top image that I should be looking for? I'll make a PR if I can get it all together

Brodypen commented 6 days ago

Hey Nathan! Yes it is, check out these resources for help

For the font, by checking the figma Bottom text is like so

image

Note that SUCCESS is different to the rest so recommend putting into a span

The top part is very unique, it's a spline but I recommend testing different fonts that get the same style

image
nathansamuell commented 5 days ago

awesome! i'll see what I can do