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 {
font-family: raleway-bold;
font-family: vn-font-bold;
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,21 +1,12 @@
@font-face {
font-family: raleway-italic;
src: url(./fonts/Raleway-Italic.ttf);
font-family: vn-font-medium;
src: url(./fonts/Roboto-Medium.ttf);
}
@font-face {
font-family: raleway-thin;
src: url(./fonts/Raleway-Thin.ttf);
font-family: vn-font;
src: url(./fonts/Roboto.ttf);
}
@font-face {
font-family: raleway-regular;
src: url(./fonts/Raleway-Regular.ttf);
font-family: vn-font-bold;
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 {
color: $font-color;
font-family: raleway-regular;
font-family: vn-font;
}
html [uppercase], .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 {
.list-header{
border-bottom: 3px solid $color-medium-grey;
font-weight: bold;
font-family: vn-font-bold;
text-align: center
}
.list-element{
@ -72,7 +72,7 @@ html [vn-center], .vn-center{
}
}
.list-footer{
font-weight: bold;
font-family: vn-font-bold;
border-top: 3px solid $color-medium-grey;
}
.list-element.warning{

View File

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