mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
[data-typography="helvetica"] {
|
||||
font-family: 'HelveticaNeue';
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
[data-typography="opensans"] {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
[data-typography="poppins"] {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
[data-typography="roboto"] {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,7 @@
|
||||
@import "./opensans";
|
||||
@import "./poppins";
|
||||
@import "./roboto";
|
||||
@import "./helvetica";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user