Skip to content
Snippets Groups Projects
Commit 9d3e87fb authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: Add font-family to components

parent 0702f74e
No related branches found
No related tags found
No related merge requests found
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900);
.fui-avatar-main-container {
width: 200px;
height: 200px;
......@@ -9,6 +11,7 @@
justify-content: center;
background-color: rgba(128, 128, 128, 0.486);
border-radius: 10px;
font-family: "Poppins", sans-serif;
&.square {
border-radius: 0px;
}
......
......@@ -20,7 +20,9 @@
//color: #646c7f;
text-rendering: optimizeLegibility;
font-size: 1.5em;
font-family: inherit;
//font-family: inherit;
font-family: "Poppins", sans-serif;
text-align: center;
font-weight: 400;
letter-spacing: 0.02857em;
......@@ -91,7 +93,6 @@
justify-content: center; */
//border-top: 1px dotted grey;
//background-color: rgba(128, 128, 128, 0.129);
font-family: "Poppins", sans-serif;
font-family: inherit;
padding-left: 10px;
font-size: 1rem;
......
......@@ -14,6 +14,8 @@
font-size: 15px;
font-weight: 400;
width: 320px;
font-family: "Poppins", sans-serif;
.files-ui-file-card-main-layer-container {
border-radius: 8px;
overflow: hidden;
......
//@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900);
.material-button-root {
border: 0;
......@@ -25,8 +25,9 @@
min-width: 64px;
box-sizing: border-box;
border-radius: 4px;
font-family: "Poppins", sans-serif;
font-family: inherit;
//font-family: inherit;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.75;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment