Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
font update to google sans text
Browse files Browse the repository at this point in the history
  • Loading branch information
zeankundev committed Oct 8, 2021
1 parent 4a94331 commit 0c9d475
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion assets/build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "date": "Thu Oct 07 2021", "channelBuild": "dev", "env": "development" }
{ "date": "Fri Oct 08 2021", "channelBuild": "dev", "env": "development" }
Binary file added assets/googlesanstext_bold.woff2
Binary file not shown.
Binary file added assets/googlesanstext_reg.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion dist_browser/build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "date": "Thu Oct 07 2021", "channelBuild": "dev", "env": "development" }
{ "date": "Fri Oct 08 2021", "channelBuild": "dev", "env": "development" }
Binary file added dist_browser/dist/googlesanstext_bold.woff2
Binary file not shown.
Binary file added dist_browser/dist/googlesanstext_reg.woff2
Binary file not shown.
Binary file added dist_browser/googlesanstext_bold.woff2
Binary file not shown.
Binary file added dist_browser/googlesanstext_reg.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion dist_browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="shortcut icon" type="image/svg" href="dist/logo.svg" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<title>Suside</title>
<script defer src="/main.js?a659d1db7fdb2f5c187d"></script>
<script defer src="/main.js?1fc3facc0974950808d7"></script>
</head>
<body>
<div id="App"></div>
Expand Down
18 changes: 9 additions & 9 deletions dist_browser/main.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist_browser/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@
!*** ./src/app/default_config.ts ***!
\***********************************/

/*!************************************!*\
!*** ./assets/circular_bold.woff2 ***!
\************************************/

/*!************************************!*\
!*** ./assets/circular_book.woff2 ***!
\************************************/

/*!************************************!*\
!*** ./src/interface/core/core.ts ***!
\************************************/
Expand Down Expand Up @@ -122,6 +114,10 @@
!*** ./src/interface/core/platform.ts ***!
\****************************************/

/*!*****************************************!*\
!*** ./assets/googlesanstext_reg.woff2 ***!
\*****************************************/

/*!*****************************************!*\
!*** ./node_modules/axios/lib/axios.js ***!
\*****************************************/
Expand Down Expand Up @@ -154,6 +150,10 @@
!*** ./src/interface/defaults/menus.ts ***!
\*****************************************/

/*!******************************************!*\
!*** ./assets/googlesanstext_bold.woff2 ***!
\******************************************/

/*!******************************************!*\
!*** ./node_modules/xterm/css/xterm.css ***!
\******************************************/
Expand Down
2 changes: 1 addition & 1 deletion dist_main/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist_ui/build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "date": "Thu Oct 07 2021", "channelBuild": "dev", "env": "development" }
{ "date": "Fri Oct 08 2021", "channelBuild": "dev", "env": "development" }
Binary file added dist_ui/dist/googlesanstext_bold.woff2
Binary file not shown.
Binary file added dist_ui/dist/googlesanstext_reg.woff2
Binary file not shown.
Binary file added dist_ui/googlesanstext_bold.woff2
Binary file not shown.
Binary file added dist_ui/googlesanstext_reg.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion dist_ui/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<meta charset="UTF-8" />
<script defer src="main.js?43547b15bc73d1872ec8"></script>
<script defer src="main.js?22bd74a1056ff02d456f"></script>
</head>
<body>
<div id="App"></div>
Expand Down
18 changes: 9 additions & 9 deletions dist_ui/main.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist_ui/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@
!*** ./src/app/default_config.ts ***!
\***********************************/

/*!************************************!*\
!*** ./assets/circular_bold.woff2 ***!
\************************************/

/*!************************************!*\
!*** ./assets/circular_book.woff2 ***!
\************************************/

/*!************************************!*\
!*** ./src/interface/core/core.ts ***!
\************************************/
Expand Down Expand Up @@ -126,6 +118,10 @@
!*** ./src/interface/core/platform.ts ***!
\****************************************/

/*!*****************************************!*\
!*** ./assets/googlesanstext_reg.woff2 ***!
\*****************************************/

/*!*****************************************!*\
!*** ./node_modules/axios/lib/axios.js ***!
\*****************************************/
Expand Down Expand Up @@ -158,6 +154,10 @@
!*** ./src/interface/defaults/menus.ts ***!
\*****************************************/

/*!******************************************!*\
!*** ./assets/googlesanstext_bold.woff2 ***!
\******************************************/

/*!******************************************!*\
!*** ./node_modules/xterm/css/xterm.css ***!
\******************************************/
Expand Down
4 changes: 2 additions & 2 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ body {
@font-face {
font-family: mainFont;
font-weight: normal;
src: url(../../assets/circular_book.woff2) format('woff2');
src: url(../../assets/googlesanstext_reg.woff2) format('woff2');
}
@font-face {
font-family: mainFont;
font-weight: bold;
src: url(../../assets/circular_bold.woff2) format('woff2');
src: url(../../assets/googlesanstext_bold.woff2) format('woff2');
}
@font-face {
font-family: UbuntuMono;
Expand Down

0 comments on commit 0c9d475

Please sign in to comment.