Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

325
Views
google fonts does not work with bootstrap

this is my google fonts links:

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;900&display=swap" rel="stylesheet">

and this is my css code:

h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can add it directly in CSS like:

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&display=swap');

h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

If it doesn't work you have to see if bootstrap is not overwriting those values so you have to add !important there like:

h1{
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 900;
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!