Use npm package for Open Sans
This commit is contained in:
parent
3e9ece2c7f
commit
44e475ce7d
3 changed files with 8 additions and 8 deletions
|
@ -2,13 +2,13 @@
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: local('Open Sans Light'), local('OpenSans-Light'), url(../node_modules/@bower_components/opensans-googlefont/OpenSans-Light.ttf);
|
src: local('Open Sans Light'), local('OpenSans-Light'), url(../node_modules/open-sans-fontface/fonts/Light/OpenSans-Regular.ttf);
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Open Sans'), local('OpenSans'), url(../node_modules/@bower_components/opensans-googlefont/OpenSans-Regular.ttf);
|
src: local('Open Sans'), local('OpenSans'), url(../node_modules/open-sans-fontface/fonts/Regular/OpenSans-Regular.ttf);
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-font {
|
.small-font {
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
"author": "Pierre Rudloff",
|
"author": "Pierre Rudloff",
|
||||||
"bugs": "https://github.com/Rudloff/alltube/issues",
|
"bugs": "https://github.com/Rudloff/alltube/issues",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bower_components/opensans-googlefont": "google-fonts-bower/opensans-bower#*",
|
|
||||||
"grunt": "~1.0.1",
|
"grunt": "~1.0.1",
|
||||||
"grunt-contrib-csslint": "~2.0.0",
|
"grunt-contrib-csslint": "~2.0.0",
|
||||||
"grunt-contrib-cssmin": "~2.2.1",
|
"grunt-contrib-cssmin": "~2.2.1",
|
||||||
"grunt-contrib-uglify": "~3.1.0",
|
"grunt-contrib-uglify": "~3.1.0",
|
||||||
"grunt-potomo": "~3.5.0"
|
"grunt-potomo": "~3.5.0",
|
||||||
|
"open-sans-fontface": "~1.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-contrib-compress": "~1.4.1",
|
"grunt-contrib-compress": "~1.4.1",
|
||||||
|
|
|
@ -2,10 +2,6 @@
|
||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
"@bower_components/opensans-googlefont@google-fonts-bower/opensans-bower#*":
|
|
||||||
version "0.0.0"
|
|
||||||
resolved "https://codeload.github.com/google-fonts-bower/opensans-bower/tar.gz/bcac718b7cc1299ca958c365193959ae4ff7d949"
|
|
||||||
|
|
||||||
"JSV@>= 4.0.x":
|
"JSV@>= 4.0.x":
|
||||||
version "4.0.2"
|
version "4.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/JSV/-/JSV-4.0.2.tgz#d077f6825571f82132f9dffaed587b4029feff57"
|
resolved "https://registry.yarnpkg.com/JSV/-/JSV-4.0.2.tgz#d077f6825571f82132f9dffaed587b4029feff57"
|
||||||
|
@ -1185,6 +1181,10 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
wrappy "1"
|
wrappy "1"
|
||||||
|
|
||||||
|
open-sans-fontface@~1.4.0:
|
||||||
|
version "1.4.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/open-sans-fontface/-/open-sans-fontface-1.4.0.tgz#03cc6d1bf5e6a8b5b47910888562f722c5dd3428"
|
||||||
|
|
||||||
os-homedir@^1.0.0, os-homedir@^1.0.1:
|
os-homedir@^1.0.0, os-homedir@^1.0.1:
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
|
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
|
||||||
|
|
Loading…
Reference in a new issue