Skip to content

Commit

Permalink
updated font
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPi3141 committed Mar 25, 2023
1 parent c21527f commit e25a388
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 15 deletions.
Binary file added src/fonts/IBM Plex/IBMPlexSans-Light.ttf
Binary file not shown.
Binary file added src/fonts/IBM Plex/IBMPlexSans-Regular.ttf
Binary file not shown.
Binary file added src/fonts/IBM Plex/IBMPlexSans-Thin.ttf
Binary file not shown.
Binary file removed src/fonts/Sohne-Buch.otf
Binary file not shown.
Binary file removed src/fonts/Sohne-Halbfett.otf
Binary file not shown.
Binary file removed src/fonts/SohneMono-Buch.otf
Binary file not shown.
Binary file removed src/fonts/SohneMono-Halbfett.otf
Binary file not shown.
22 changes: 7 additions & 15 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
@font-face {
font-family: "Sohne";
src: url("fonts/Sohne-Buch.otf");
font-family: "IBM Plex";
src: url("fonts/IBM Plex/IBMPlexSans-Light.ttf");
font-weight: normal;
}
@font-face {
font-family: "Sohne";
src: url("fonts/Sohne-Halbfett.otf");
font-weight: bold;
}
@font-face {
font-family: "Sohne Mono";
src: url("fonts/SohneMono-Buch.otf");
font-family: "IBM Plex";
src: url("fonts/IBM Plex/IBMPlexSans-Regular.ttf");
font-weight: normal;
}
@font-face {
font-family: "Sohne Mono";
src: url("fonts/SohneMono-Halbfett.otf");
font-weight: bold;
}

:root {
--primary-text: #d1d5db;
Expand Down Expand Up @@ -65,7 +55,7 @@
font-size: 1rem;
line-height: 28px;
/* font-family: Sohne; */
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
font-family: "IBM Plex", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
font-weight: normal;
}
h1,
Expand All @@ -75,6 +65,7 @@ h4,
h5,
h6 {
font-size: revert;
font-weight: bold;
}

code {
Expand Down Expand Up @@ -272,6 +263,7 @@ li {
margin-right: 16px;
margin-top: -32px;
top: 14px;
border-radius: 5px;
}
#messages > li.user-msg::before {
background-image: url(img/user.png);
Expand Down

0 comments on commit e25a388

Please sign in to comment.