File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
<html lang =" {{ site .lang }}" >
3
3
<!-- Head -->
4
4
<head >
5
+ <link href =" https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500&display=swap" rel =" stylesheet" >
5
6
{% if page .redirect %}
6
7
{% if page .redirect == true %}
7
8
{% assign redirect = site .baseurl | append: '/' %}
16
17
17
18
<div class =" header-background" style =" position : relative ; display :" >
18
19
<div class =" img" style ="
19
- background-image : url (' /assets/img/lab_header_3 .jpg' );
20
+ background-image : url (' /assets/img/lab_header_4 .jpg' );
20
21
background-repeat : no-repeat ;
21
22
background-size : contain ;
22
23
background-position : top center ;
35
36
bottom : 0 ; /* Aligns the text to the bottom of the image */
36
37
left : 0 ; /* Aligns the text to the left of the image */
37
38
color : white ;
38
- font-weight : bold ;
39
+ font-weight : 500 ;
39
40
font-size : 1.5vw ; /* Font size will adjust based on viewport width */
40
- font-family : ' Arial ' , sans-serif ;
41
+ font-family : ' Montserrat ' , sans-serif ;
41
42
width : 45% ;
42
43
max-width : 400px ;
43
44
line-height : 2vw ;
You can’t perform that action at this time.
0 commit comments