Skip to content

Commit 71635a8

Browse files
updating header image logo and text font
1 parent 720e63d commit 71635a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_layouts/default_about.liquid

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="{{ site.lang }}">
33
<!-- Head -->
44
<head>
5+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500&display=swap" rel="stylesheet">
56
{% if page.redirect %}
67
{% if page.redirect == true %}
78
{% assign redirect = site.baseurl | append: '/' %}
@@ -16,7 +17,7 @@
1617

1718
<div class="header-background" style="position: relative; display:">
1819
<div class="img" style="
19-
background-image: url('/assets/img/lab_header_3.jpg');
20+
background-image: url('/assets/img/lab_header_4.jpg');
2021
background-repeat: no-repeat;
2122
background-size: contain;
2223
background-position: top center;
@@ -35,9 +36,9 @@
3536
bottom: 0; /* Aligns the text to the bottom of the image */
3637
left: 0; /* Aligns the text to the left of the image */
3738
color: white;
38-
font-weight: bold;
39+
font-weight: 500;
3940
font-size: 1.5vw; /* Font size will adjust based on viewport width */
40-
font-family: 'Arial', sans-serif;
41+
font-family: 'Montserrat', sans-serif;
4142
width: 45%;
4243
max-width: 400px;
4344
line-height: 2vw;

0 commit comments

Comments
 (0)