Skip to content

Commit

Permalink
Change font
Browse files Browse the repository at this point in the history
  • Loading branch information
boonboonsiri committed Mar 20, 2024
1 parent bd493ca commit caff2a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
@import 'Sticker';
@import 'Carousel';
@import 'index';
// @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
// html * {
// font-family: "Work Sans", sans-serif;
// }


/* You can override the default Infima variables here. */
:root {
Expand Down
5 changes: 4 additions & 1 deletion src/css/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://use.typekit.net/eyh3ukd.css");


.about-wrapper {
height: calc(100vh - 60px);
Expand All @@ -15,8 +17,9 @@

.text-wrapper {
.title {
font-family: 'Space Mono', monospace;
font-family: "source-serif-pro", serif;
font-weight: 700;
font-style: normal;
font-size: 32px;
}

Expand Down

0 comments on commit caff2a0

Please sign in to comment.