Skip to content

Commit

Permalink
Fix fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Jan 17, 2025
1 parent 488fa76 commit 4d9be4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/2025-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hostCoords = "10.028426N 76.337369E"
description = ""
rsvpLink = "https://ee.kobotoolbox.org/a2yG8oZE"
cfpLink = "https://ee.kobotoolbox.org/xjKRFQp7"
note = "Last date for talk proposal submission: January 17"
note = "Last date for talk proposal submissions: January 17"

# Post meetup params
imageBig = ""
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="footer text-center">
<a href="https://github.com/KochiFOSS/kochifoss.github.io">Source code</a>
<a href="https://github.com/KochiFOSS/kochifoss.github.io" target="_blank">Source code</a>
</div>
6 changes: 6 additions & 0 deletions static/styles/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
@import url('https://smc.org.in/fonts/manjari.css');
@import url('http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin');

html { font-family: 'Ubuntu', 'Manjari', sans-serif !important; }

.pagination {
display: flex;
justify-content: center;
Expand All @@ -23,6 +28,7 @@
background-color: var(--text);
color: var(--bg);
}

.page-item.disabled{
background-color: #CCC;
cursor: not-allowed;
Expand Down

0 comments on commit 4d9be4f

Please sign in to comment.