Skip to content

Commit

Permalink
add poppins font
Browse files Browse the repository at this point in the history
  • Loading branch information
hctilg committed Aug 15, 2023
1 parent cf43d97 commit f797ea7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('./mui.min.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

@font-face {
font-family: 'Poppins';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('../font/poppins.ttf') format('ttf');
}

* {
-webkit-box-sizing: border-box;
Expand All @@ -16,7 +22,7 @@
-webkit-user-select: none;
-ms-user-select: none;
text-decoration: none !important;
font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

:root {
Expand Down
Binary file added assets/font/poppins.ttf
Binary file not shown.

0 comments on commit f797ea7

Please sign in to comment.