Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
df-aggregator
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleksandr Barabash
df-aggregator
Commits
b87ac426
Commit
b87ac426
authored
Jan 24, 2021
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Icon fonts available offline
parent
51695888
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
1 deletions
+35
-1
MaterialIcons-Regular.ttf
static/MaterialIcons-Regular.ttf
+0
-0
style.css
static/style.css
+34
-0
cesium.tpl
views/cesium.tpl
+1
-1
No files found.
static/MaterialIcons-Regular.ttf
0 → 100644
View file @
b87ac426
File added
static/style.css
View file @
b87ac426
...
@@ -22,6 +22,40 @@ span {
...
@@ -22,6 +22,40 @@ span {
display
:
inline-block
;
display
:
inline-block
;
}
}
@font-face
{
font-family
:
'Material Icons'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Material Icons'
),
local
(
'MaterialIcons-Regular'
),
url(/static/MaterialIcons-Regular.ttf)
format
(
'truetype'
);
}
.material-icons
{
font-family
:
'Material Icons'
;
font-weight
:
normal
;
font-style
:
normal
;
font-size
:
24px
;
/* Preferred icon size */
display
:
inline-block
;
line-height
:
1
;
text-transform
:
none
;
letter-spacing
:
normal
;
word-wrap
:
normal
;
white-space
:
nowrap
;
direction
:
ltr
;
/* Support for all WebKit browsers. */
-webkit-font-smoothing
:
antialiased
;
/* Support for Safari and Chrome. */
text-rendering
:
optimizeLegibility
;
/* Support for Firefox. */
-moz-osx-font-smoothing
:
grayscale
;
/* Support for IE. */
font-feature-settings
:
'liga'
;
}
.header
{
.header
{
list-style-type
:
none
;
list-style-type
:
none
;
margin
:
0
;
margin
:
0
;
...
...
views/cesium.tpl
View file @
b87ac426
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<script
src=
"/static/receiver_configurator.js"
></script>
<script
src=
"/static/receiver_configurator.js"
></script>
<script
src=
"/static/interest_areas.js"
></script>
<script
src=
"/static/interest_areas.js"
></script>
<link
href=
"https://cesium.com/downloads/cesiumjs/releases/1.76/Build/Cesium/Widgets/widgets.css"
rel=
"stylesheet"
>
<link
href=
"https://cesium.com/downloads/cesiumjs/releases/1.76/Build/Cesium/Widgets/widgets.css"
rel=
"stylesheet"
>
<
link
href=
"https://fonts.googleapis.com/icon?family=Material+Icons"
rel=
"stylesheet"
>
<
!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> --
>
<link
href=
"/static/style.css"
rel=
"stylesheet"
>
<link
href=
"/static/style.css"
rel=
"stylesheet"
>
<link
href=
"/static/menu.css"
rel=
"stylesheet"
>
<link
href=
"/static/menu.css"
rel=
"stylesheet"
>
</head>
</head>
...
...
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