feature: Nueva fuente para la aplicacion
Agrege la fuente Raleway, inclui todas sus versiones en resources, sin embargo por el momento solo usare su version Regular.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Vendored
+11
@@ -2,6 +2,16 @@
|
||||
@import "./colors.scss";
|
||||
@import "./prism-theme.scss";
|
||||
|
||||
/******************************************************************************
|
||||
=> Font
|
||||
*******************************************************************************/
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Raleway'),
|
||||
url('/fonts/Raleway-Regular.ttf') format('truetype'),
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
=> General
|
||||
@@ -10,6 +20,7 @@ body {
|
||||
color: $foreground-color;
|
||||
background-color: $background-color;
|
||||
overflow-y: scroll;
|
||||
font-family: 'Raleway';
|
||||
}
|
||||
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user