Skip to content

Commit f7168ea

Browse files
authored
Merge pull request #489 from CBIIT/1.5.4
merge 1.5.4 to main
2 parents 9880174 + cb61d14 commit f7168ea

37 files changed

+341
-215
lines changed
-2.54 MB
Binary file not shown.
3.09 MB
Binary file not shown.

public/css/fonts/Poppins-Bold.ttf

150 KB
Binary file not shown.
149 KB
Binary file not shown.
158 KB
Binary file not shown.

public/css/fonts/Poppins-Light.ttf

156 KB
Binary file not shown.
153 KB
Binary file not shown.
155 KB
Binary file not shown.
152 KB
Binary file not shown.

public/css/index.css

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
@font-face {
22
font-family:"Open Sans";
33
src:url(./fonts/OpenSans-VariableFont.ttf);
4+
}
5+
6+
@font-face {
7+
font-family:"poppins";
8+
src:url(./fonts/Poppins-Light.ttf);
9+
font-weight:300;
10+
}
11+
12+
@font-face {
13+
font-family:"poppins";
14+
src:url(./fonts/Poppins-Regular.ttf);
15+
font-weight:400;
16+
}
17+
18+
@font-face {
19+
font-family:"poppins";
20+
src:url(./fonts/Poppins-Medium.ttf);
21+
font-weight:500;
22+
}
23+
24+
@font-face {
25+
font-family:"poppins";
26+
src:url(./fonts/Poppins-SemiBold.ttf);
27+
font-weight:600;
28+
}
29+
30+
@font-face {
31+
font-family:"poppins";
32+
src:url(./fonts/Poppins-Bold.ttf);
33+
font-weight:700;
434
}

0 commit comments

Comments
 (0)