Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
f6d66673
Commit
f6d66673
authored
Jul 04, 2019
by
Lijiao
Committed by
yangmao99
Jul 04, 2019
Browse files
delete font (#1244)
parent
ed63175c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
7 deletions
+0
-7
src/webui/src/App.css
src/webui/src/App.css
+0
-1
src/webui/src/index.css
src/webui/src/index.css
+0
-4
src/webui/src/static/font/SegoePro-Regular.ttf
src/webui/src/static/font/SegoePro-Regular.ttf
+0
-0
src/webui/src/static/style/table.scss
src/webui/src/static/style/table.scss
+0
-2
No files found.
src/webui/src/App.css
View file @
f6d66673
.nni
{
.nni
{
font-family
:
'Segoe'
;
color
:
#212121
;
color
:
#212121
;
font-size
:
14px
;
font-size
:
14px
;
background
:
#f2f2f2
;
background
:
#f2f2f2
;
...
...
src/webui/src/index.css
View file @
f6d66673
...
@@ -49,8 +49,4 @@ table {
...
@@ -49,8 +49,4 @@ table {
border-collapse
:
collapse
;
border-collapse
:
collapse
;
border-spacing
:
0
;
border-spacing
:
0
;
}
}
@font-face
{
font-family
:
'Segoe'
;
src
:
url('./static/font/SegoePro-Regular.ttf')
;
}
src/webui/src/static/font/SegoePro-Regular.ttf
deleted
100644 → 0
View file @
ed63175c
File deleted
src/webui/src/static/style/table.scss
View file @
f6d66673
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
tr
{
tr
{
text-align
:
center
;
text-align
:
center
;
color
:
#212121
;
color
:
#212121
;
font-family
:
'Segoe'
;
font-size
:
14px
;
font-size
:
14px
;
/* background-color: #f2f2f2; */
/* background-color: #f2f2f2; */
}
}
...
@@ -38,7 +37,6 @@
...
@@ -38,7 +37,6 @@
padding
:
2px
;
padding
:
2px
;
background-color
:white
!
important
;
background-color
:white
!
important
;
font-size
:
14px
;
font-size
:
14px
;
font-family
:
'Segoe'
;
color
:
#808080
;
color
:
#808080
;
border-bottom
:
1px
solid
#d0d0d0
;
border-bottom
:
1px
solid
#d0d0d0
;
text-align
:
center
;
text-align
:
center
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment