Skip to content

Commit

Permalink
Added Poppins font
Browse files Browse the repository at this point in the history
  • Loading branch information
MjavadH committed Sep 17, 2023
1 parent 29c4531 commit 9e52a19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Technology/Terminal/assets/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

* {
box-sizing: border-box;
margin: 0;
Expand All @@ -10,7 +12,7 @@ body {
align-items: center;
height: 100vh;
font-size: 18px;
font-family: "vazir", sans-serif;
font-family: 'Poppins', sans-serif;
background: #171f37;
color: rgba(255, 255, 255, 0.8);
overflow: hidden !important;
Expand Down

0 comments on commit 9e52a19

Please sign in to comment.