Skip to content

Commit f2c6251

Browse files
authored
Merge pull request #65 from hackclub/landing-page
Fix the font
2 parents befb431 + 46e4996 commit f2c6251

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/assets/stylesheets/application.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,16 @@
1919
--shadow-inset: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
2020
}
2121

22+
@font-face {
23+
font-family: 'Jua';
24+
font-style: normal;
25+
font-weight: 400;
26+
font-display: swap;
27+
src: url("Jua-Regular.ttf") format('truetype');
28+
}
29+
2230
* {
2331
font-family: "Jua", sans-serif;
24-
2532
box-sizing: border-box;
2633
}
2734

app/assets/stylesheets/jua.scss

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)