Skip to content

Instantly share code, notes, and snippets.

@studiopress
Created August 30, 2017 19:34
Show Gist options
  • Select an option

  • Save studiopress/9253e7930bd81502eae019ab74ecb81c to your computer and use it in GitHub Desktop.

Select an option

Save studiopress/9253e7930bd81502eae019ab74ecb81c to your computer and use it in GitHub Desktop.
Sample CSS using Proxima Nova from Google Fonts.
body {
background-color: #fff;
color: #000;
font-family: 'proxima-nova', sans-serif;
font-size: 18px;
font-size: 1.8rem;
font-weight: 300;
line-height: 1.875;
margin: 0;
}
@deeman

deeman commented Sep 9, 2017

Copy link
Copy Markdown

Proxima Nova Is not a featured font at Google Fonts?
https://fonts.google.com/?query=proxima+nova

@bboyzplatform

Copy link
Copy Markdown

Anybody knows why?!

@sales67

sales67 commented Jun 7, 2018

Copy link
Copy Markdown

@Gautam2010

Copy link
Copy Markdown

It is showing 404 google

@diruuu

diruuu commented Nov 5, 2018

Copy link
Copy Markdown

Proxima Nova is premium font. You need to buy the font. This gist is just misleading

ghost commented Oct 16, 2020

Copy link
Copy Markdown

You can get it with adobe fonts

@kirikroem

Copy link
Copy Markdown

You need to import this:
@import url('https://fonts.googleapis.com/css?family=Proxima+Nova');

Dear sir,
I have tried yours, but only work for regular font, but bold style doesn't show at all. I hope to see you reply me back as soon as possible. Thanks

@AnmAsifurRahman

Copy link
Copy Markdown

You need to import this:
@import url('https://fonts.googleapis.com/css?family=Proxima+Nova');

Dear sir,
I have tried yours, but only work for regular font, but bold style doesn't show at all. I hope to see you reply me back as soon as possible. Thanks

Did you fix this issue brother? I am facing same problem! Could you please tell me what to do?

@kirikroem

kirikroem commented Aug 4, 2021 via email

Copy link
Copy Markdown

@benmotyka

Copy link
Copy Markdown

https://fonts.googleapis.com/css2?family=Proxima+Nova works for me (notice css2 in url instead of css)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment