freeCodeCamp logo font?

Hey font fans - anyone know what font the fcc logo is?

I’d like to accurately mimic it for the frontend challenge @p1xt organised for this week :slight_smile:

No but maybe this helps https://www.fontsquirrel.com/matcherator

1 Like

I dont what it is exactly but it looks very much like the Ubuntu font.

Inspecting it with developer tools in chrome should show you the font type and size.

In case you also want the exact background colors: https://github.com/FreeCodeCamp/assets/blob/master/Typography.md

2 Likes

Yeah, that did the trick.

As we say down here, it looks pretty schmick!

Thanks @p1xt

1 Like

#006400 rgb(0,100,0) hsl(120,100%,20%)

https://www.freecodecamp.com/design-style-guide/#typography
"Free Code Camp uses SaxMono, for our logo."
They provide a link to download the font, but I couldn’t find a way to use it from CodePen. If anyone found a trick, I’d be delighted to know. More simply, perhaps, are we authorized to hotlink the FCC logo, if yes, using what URL?
Thanks!

Scroll down to the section ‘Font saxmono for site’:

Frontend challenge - sounds fun.
Do you have a link? I couldn’t find it

It expired a long time ago, but you can find it here:

https://forum.freecodecamp.com/t/computer-frontend-web-development-challenge-november-16-to-26/55986

@60noypearl @JacksonBates @dloret

found it --> https://typekit.com/fonts/saxmono

It was made in 1999 btw

font-family: sax-mono, monospace;
font-style: normal;
font-weight: 400;