Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
💄 fix issues with poppins font size
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Sep 6, 2021
1 parent 4c40336 commit 87caafb
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions css/contentstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,25 @@
/* Redesign */

/* font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body,
input,
button,
textarea {
font-family: 'Poppins', sans-serif !important;
font-family: "Poppins", sans-serif !important;
}

/* font fix issues with poppins size */

/* */
.gmFkV {
overflow: inherit !important;
}

/* Resizing height of textarea to comment posts */
.Ypffh {
height: 20px !important;
}

/* scrollbar */
Expand Down

0 comments on commit 87caafb

Please sign in to comment.