Created
August 30, 2017 19:34
-
-
Save studiopress/9253e7930bd81502eae019ab74ecb81c to your computer and use it in GitHub Desktop.
Sample CSS using Proxima Nova from Google Fonts.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
Thank you so much 💓
With regards,
Kiri Kroem
Relationship Executive
…________________________________
From: AnmAsifurRahman ***@***.***>
Sent: Wednesday, August 4, 2021 3:26:08 PM
To: studiopress ***@***.***>
Cc: kirikroem ***@***.***>; Comment ***@***.***>
Subject: Re: studiopress/style.css
@AnmAsifurRahman commented on this gist.
________________________________
You need to import this:
@import<https://github.com/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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://gist.github.com/9253e7930bd81502eae019ab74ecb81c#gistcomment-3843880>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AT3BJWB5PV2QVROKM2B2KJDT3D2SBANCNFSM4STRDK7Q>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
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
Did you fix this issue brother? I am facing same problem! Could you please tell me what to do?