Skip to content

Commit

Permalink
fonts updated
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithBishal authored and DonnieBLT committed Dec 10, 2023
1 parent ae1301a commit 1907317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions website/templates/base_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Barlow:500;600;700' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&display=swap" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Barlow:500' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans" rel="stylesheet">
<link href="{% static 'css/main.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'css/text-slider.css' %}" rel="stylesheet" type="text/css">
Expand All @@ -61,7 +60,7 @@

</head>

<body class="relative min-h-[100vh] flex flex-col bg-[#F7F7F7] font-['Inter']">
<body class="relative min-h-[100vh] flex flex-col bg-[#F7F7F7] font-['Ubuntu']">

{% comment %} navigation {% endcomment %}
{% include "includes/header.html" %}
Expand Down
2 changes: 1 addition & 1 deletion website/templates/new_home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
}
</style>
<div class="font-['Barlow'] text-[#2B2B2B] text-5xl tracking-wide font-semibold mb-0 mt-10 ms-[4.3%]">Find bugs, earn points, prize and cash!</div>
<div class="font-['Ubuntu'] text-[#2B2B2B] text-5xl tracking-wide font-semibold mb-0 mt-10 ms-[4.3%]">Find bugs, earn points, prize and cash!</div>
<div class="hero-bugs-container mx-[4%] my-[2.5rem] grid grid-flow-row gap-[25px]">
{% include '_report_widget.html' %}
{% for bug in bugs %}
Expand Down

0 comments on commit 1907317

Please sign in to comment.