Skip to content

Commit 6a384e1

Browse files
Merge pull request #47 from communitybridge/fix/font-issue
Resolved font issue
2 parents dc35794 + fe389fb commit 6a384e1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/app/components/cla-console-section/cla-console-section.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
color: #000000;
2525
font-size: 18px;
2626
font-weight: bold;
27+
font-family: "Open Sans bold";
2728
}
2829

2930
.subtitle {
@@ -60,7 +61,7 @@
6061

6162
.title {
6263
color: #000000;
63-
font-family: "Open Sans", sans-serif;
64+
font-family: "Open Sans bold", sans-serif;
6465
font-size: 14px;
6566
text-align: center;
6667
padding: 15px 0;

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<meta name="keywords" content="cla, easycla, open source Linux foundation, lfx, linux foundation, contributor license agreement" />
1515
<meta name="author" content="The Linux Foundation" />
1616
<link rel="icon" type="image/png" href="https://cdn.platform.linuxfoundation.org/assets/lf-favicon.png">
17+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
1718
</head>
1819
<body>
1920
<app-root></app-root>

src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
@font-face {
23-
font-family: "Open Sans";
23+
font-family: "Open Sans bold";
2424
src: url(./assets/fonts/Open_Sans/OpenSans-Bold.ttf) format("truetype");
2525
font-weight: 300;
2626
}

0 commit comments

Comments
 (0)