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 { .fui-avatar-main-container {
width: 200px; width: 200px;
height: 200px; height: 200px;
...@@ -9,6 +11,7 @@ ...@@ -9,6 +11,7 @@
justify-content: center; justify-content: center;
background-color: rgba(128, 128, 128, 0.486); background-color: rgba(128, 128, 128, 0.486);
border-radius: 10px; border-radius: 10px;
font-family: "Poppins", sans-serif;
&.square { &.square {
border-radius: 0px; border-radius: 0px;
} }
......
...@@ -20,7 +20,9 @@ ...@@ -20,7 +20,9 @@
//color: #646c7f; //color: #646c7f;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-size: 1.5em; font-size: 1.5em;
font-family: inherit; //font-family: inherit;
font-family: "Poppins", sans-serif;
text-align: center; text-align: center;
font-weight: 400; font-weight: 400;
letter-spacing: 0.02857em; letter-spacing: 0.02857em;
...@@ -91,7 +93,6 @@ ...@@ -91,7 +93,6 @@
justify-content: center; */ justify-content: center; */
//border-top: 1px dotted grey; //border-top: 1px dotted grey;
//background-color: rgba(128, 128, 128, 0.129); //background-color: rgba(128, 128, 128, 0.129);
font-family: "Poppins", sans-serif;
font-family: inherit; font-family: inherit;
padding-left: 10px; padding-left: 10px;
font-size: 1rem; font-size: 1rem;
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
font-size: 15px; font-size: 15px;
font-weight: 400; font-weight: 400;
width: 320px; width: 320px;
font-family: "Poppins", sans-serif;
.files-ui-file-card-main-layer-container { .files-ui-file-card-main-layer-container {
border-radius: 8px; border-radius: 8px;
overflow: hidden; 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 { .material-button-root {
border: 0; border: 0;
...@@ -25,8 +25,9 @@ ...@@ -25,8 +25,9 @@
min-width: 64px; min-width: 64px;
box-sizing: border-box; box-sizing: border-box;
border-radius: 4px; border-radius: 4px;
font-family: "Poppins", sans-serif;
font-family: inherit; //font-family: inherit;
font-size: 0.875rem; font-size: 0.875rem;
font-weight: 400; font-weight: 400;
line-height: 1.75; 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