Skip to content

Commit 4d9be4f

Browse files
committed
Fix fonts
1 parent 488fa76 commit 4d9be4f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

content/2025-01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hostCoords = "10.028426N 76.337369E"
1313
description = ""
1414
rsvpLink = "https://ee.kobotoolbox.org/a2yG8oZE"
1515
cfpLink = "https://ee.kobotoolbox.org/xjKRFQp7"
16-
note = "Last date for talk proposal submission: January 17"
16+
note = "Last date for talk proposal submissions: January 17"
1717

1818
# Post meetup params
1919
imageBig = ""

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="footer text-center">
2-
<a href="https://github.com/KochiFOSS/kochifoss.github.io">Source code</a>
2+
<a href="https://github.com/KochiFOSS/kochifoss.github.io" target="_blank">Source code</a>
33
</div>

static/styles/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
@import url('https://smc.org.in/fonts/manjari.css');
2+
@import url('http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin');
3+
4+
html { font-family: 'Ubuntu', 'Manjari', sans-serif !important; }
5+
16
.pagination {
27
display: flex;
38
justify-content: center;
@@ -23,6 +28,7 @@
2328
background-color: var(--text);
2429
color: var(--bg);
2530
}
31+
2632
.page-item.disabled{
2733
background-color: #CCC;
2834
cursor: not-allowed;

0 commit comments

Comments
 (0)