Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
c32cff22
Commit
c32cff22
authored
Sep 13, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
add material icons local to the project
parent
81e4e2eb
Changes
4
Hide whitespace changes
Inline
Side-by-side
frontend/public/index.html
View file @
c32cff22
...
...
@@ -4,7 +4,6 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
href=
"https://fonts.googleapis.com/css?family=Material+Icons"
rel=
"stylesheet"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
MetageneDB
</title>
</head>
...
...
frontend/src/assets/fonts/material-icons.woff2
0 → 100644
View file @
c32cff22
File added
frontend/src/assets/styles/fonts.css
0 → 100644
View file @
c32cff22
@font-face
{
font-family
:
'Material Icons'
;
font-style
:
normal
;
font-weight
:
400
;
src
:
url(../fonts/material-icons.woff2)
format
(
'woff2'
);
}
.material-icons
{
font-family
:
'Material Icons'
;
font-weight
:
normal
;
font-style
:
normal
;
font-size
:
24px
;
line-height
:
1
;
letter-spacing
:
normal
;
text-transform
:
none
;
display
:
inline-block
;
white-space
:
nowrap
;
word-wrap
:
normal
;
direction
:
ltr
;
-moz-font-feature-settings
:
'liga'
;
-moz-osx-font-smoothing
:
grayscale
;
}
frontend/src/main.js
View file @
c32cff22
...
...
@@ -5,6 +5,7 @@ import router from './router';
import
store
from
'
./store
'
;
import
'
./registerServiceWorker
'
;
import
'
vuetify/dist/vuetify.min.css
'
;
import
'
./assets/styles/fonts.css
'
;
Vue
.
config
.
productionTip
=
false
;
Vue
.
use
(
Vuetify
,
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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