cambio de fuente de raleway a roboto

This commit is contained in:
Javi Gallego 2017-11-22 07:56:31 +01:00
parent e7d19da8f5
commit af5a4d65a9
14 changed files with 188 additions and 197 deletions

View File

@ -1,3 +1,3 @@
vn-descriptor { vn-descriptor {
font-family: raleway-bold; font-family: vn-font-bold;
} }

View File

@ -12,5 +12,5 @@ vn-item-client a:hover {
} }
.vn-item-client-name { .vn-item-client-name {
font-family: raleway-bold; font-family: vn-font-bold;
} }

View File

@ -18,7 +18,7 @@ ul.vn-autocomplete {
} }
&.load-more { &.load-more {
color: #ffa410; color: #ffa410;
font-weight: bold; font-family: vn-font-bold;
padding: .4em .8em; padding: .4em .8em;
} }
} }

View File

@ -1,5 +1,5 @@
vn-confirm .dialog-title { vn-confirm .dialog-title {
color:#424242; color:#424242;
font-family: raleway-bold; font-family: vn-font-bold;
} }

View File

@ -54,7 +54,7 @@
text-transform: uppercase; text-transform: uppercase;
font-size: 1.1em; font-size: 1.1em;
color: #ffa410; color: #ffa410;
font-weight: bold; font-family: vn-font-bold;
cursor: pointer; cursor: pointer;
padding: .5em; padding: .5em;
margin: -0.5em; margin: -0.5em;

View File

@ -34,7 +34,7 @@
.mdl-dialog{ .mdl-dialog{
width: 400px; width: 400px;
font-family: raleway-regular; font-family: vn-font;
line-height:60px; line-height:60px;
text-align: center; text-align: center;
} }

View File

@ -24,7 +24,7 @@
} }
.popover-label { .popover-label {
font-weight: bold; font-family: vn-font-bold;
color: black; color: black;
padding-top:5px; padding-top:5px;
} }

View File

@ -1,21 +1,12 @@
@font-face { @font-face {
font-family: raleway-italic; font-family: vn-font-medium;
src: url(./fonts/Raleway-Italic.ttf); src: url(./fonts/Roboto-Medium.ttf);
} }
@font-face { @font-face {
font-family: raleway-thin; font-family: vn-font;
src: url(./fonts/Raleway-Thin.ttf); src: url(./fonts/Roboto.ttf);
} }
@font-face { @font-face {
font-family: raleway-regular; font-family: vn-font-bold;
src: url(./fonts/Raleway-Regular.ttf); src: url(./fonts/Roboto-Bold.ttf);
} }
@font-face {
font-family: raleway-bold;
src: url(./fonts/Raleway-Bold.ttf);
}
@font-face {
font-family: raleway-semi-bold;
src: url(./fonts/Raleway-SemiBold.ttf);
}

View File

@ -5,7 +5,7 @@ $font-color: $color-dark-grey;
body { body {
color: $font-color; color: $font-color;
font-family: raleway-regular; font-family: vn-font;
} }
html [uppercase], .uppercase { html [uppercase], .uppercase {
text-transform: uppercase; text-transform: uppercase;

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -64,7 +64,7 @@ html [vn-center], .vn-center{
.tooltip { .tooltip {
.list-header{ .list-header{
border-bottom: 3px solid $color-medium-grey; border-bottom: 3px solid $color-medium-grey;
font-weight: bold; font-family: vn-font-bold;
text-align: center text-align: center
} }
.list-element{ .list-element{
@ -72,7 +72,7 @@ html [vn-center], .vn-center{
} }
} }
.list-footer{ .list-footer{
font-weight: bold; font-family: vn-font-bold;
border-top: 3px solid $color-medium-grey; border-top: 3px solid $color-medium-grey;
} }
.list-element.warning{ .list-element.warning{

View File

@ -21,5 +21,5 @@ h6 {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
padding: 0; padding: 0;
margin: .4em 0; margin: .4em 0;
font-family: raleway-semi-bold; font-family: vn-font-bold;
} }