Skip to content

Commit

Permalink
[v0.7] delete font (microsoft#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvybriage authored and QuanluZhang committed Jul 4, 2019
1 parent 1680f2e commit 2a4d171
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/webui/src/App.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.nni{
font-family: 'Segoe';
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #212121;
font-size: 14px;
background: #f2f2f2;
Expand Down
4 changes: 0 additions & 4 deletions src/webui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,4 @@ table {
border-collapse: collapse;
border-spacing: 0;
}
@font-face {
font-family: 'Segoe';
src: url('./static/font/SegoePro-Regular.ttf');
}

Binary file removed src/webui/src/static/font/SegoePro-Regular.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/webui/src/static/style/overviewTitle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $titleBgcolor: #b3b3b3;
span{
font-size: 18px;
font-weight: bold;
font-family: 'Segoe';
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #333;
line-height: 38px;
margin-left: 14px;
Expand Down
2 changes: 1 addition & 1 deletion src/webui/src/static/style/progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
.basic{

line-height: 24px;
font-family: 'Segoe';
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
p{
font-size: 14px;
color: #212121;
Expand Down
2 changes: 1 addition & 1 deletion src/webui/src/static/style/slideBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $barHeight: 56px;
height: $barHeight;
margin: 0 auto;
.tab{
font-family: 'Segoe';
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: $barHeight;
a{
font-size: 18px;
Expand Down
4 changes: 2 additions & 2 deletions src/webui/src/static/style/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
tr{
text-align: center;
color:#212121;
font-family: 'Segoe';
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 14px;
/* background-color: #f2f2f2; */
}
th{
padding: 2px;
background-color:white !important;
font-size: 14px;
font-family: 'Segoe';
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #808080;
border-bottom: 1px solid #d0d0d0;
text-align: center;
Expand Down

0 comments on commit 2a4d171

Please sign in to comment.