forked from openstf/stf
-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
di.smirnov
committed
Apr 18, 2022
1 parent
3cc16a5
commit 6aabcc5
Showing
42 changed files
with
334 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
.idea/ | ||
node_modules/ | ||
npm-debug.log | ||
res/bower_components/ | ||
res/build/ | ||
rethinkdb_data/ | ||
temp/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
/*.tgz | ||
/.env | ||
/node_modules/ | ||
/res/bower_components/ | ||
/res/build/ | ||
/res/test_out/ | ||
/rethinkdb_data/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 100; | ||
src: local('Lato Hair'), local('Lato-Hair'), url(../font/LatoLatinHair-Regular.woff) format('woff'); | ||
text-rendering: optimizeLegibility; | ||
} | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local('Lato Light'), local('Lato-Light'), url(../font/LatoLatinLight-Regular.woff) format('woff'); | ||
text-rendering: optimizeLegibility; | ||
} | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local('Lato Regular'), local('Lato-Regular'), url(../font/LatoLatin-Regular.woff) format('woff'); | ||
text-rendering: optimizeLegibility; | ||
} | ||
@font-face { | ||
font-family: 'Lato'; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local('Lato Bold'), local('Lato-Bold'), url(../font/LatoLatin-Bold.woff) format('woff'); | ||
text-rendering: optimizeLegibility; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Webfont: LatoLatin-Bold */@font-face { | ||
font-family: 'LatoLatin'; | ||
src: url('LatoLatin-Bold.eot'); /* IE9 Compat Modes */ | ||
src: url('LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */ | ||
url('LatoLatin-Bold.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: bold; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Webfont: LatoLatin-Regular */@font-face { | ||
font-family: 'LatoLatin'; | ||
src: url('LatoLatin-Regular.eot'); /* IE9 Compat Modes */ | ||
src: url('LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */ | ||
url('LatoLatin-Regular.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Webfont: LatoLatinHair-Regular */@font-face { | ||
font-family: 'LatoLatinHair'; | ||
src: url('LatoLatinHair-Regular.eot'); /* IE9 Compat Modes */ | ||
src: url('LatoLatinHair-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('LatoLatinHair-Regular.woff') format('woff'), /* Modern Browsers */ | ||
url('LatoLatinHair-Regular.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* Webfont: LatoLatinLight-Regular */@font-face { | ||
font-family: 'LatoLatinLight'; | ||
src: url('LatoLatinLight-Regular.eot'); /* IE9 Compat Modes */ | ||
src: url('LatoLatinLight-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('LatoLatinLight-Regular.woff') format('woff'), /* Modern Browsers */ | ||
url('LatoLatinLight-Regular.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"name": "font-lato-2-subset", | ||
"version": "0.4.0", | ||
"homepage": "https://github.com/gunta/font-lato-2-subset", | ||
"description": "A subset of the font Lato 2", | ||
"main": "css/font-lato-2.css", | ||
"license": "SIL OPEN FONT LICENSE" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
require('please-update-dependencies')(module) | ||
// require('please-update-dependencies')(module) | ||
require('./') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.