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:
Daniel Cortés
2019-10-19 00:38:24 -03:00
parent 298239cd3b
commit 82d84912ee
19 changed files with 11 additions and 0 deletions

View File

@@ -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 {