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
vidjil
vidjil
Commits
a7817215
Commit
a7817215
authored
Jun 16, 2014
by
Marc Duez
Browse files
browser : replace font
parent
fd048819
Changes
2
Hide whitespace changes
Inline
Side-by-side
browser/css/vidjil.less
View file @
a7817215
...
...
@@ -13,7 +13,7 @@ html{
}
body {
font-family: Arial, Helvetica, Sans-serif;
font-family:
ubuntumedium,
Arial, Helvetica, Sans-serif;
font-size: 13px;
height : 100%;
margin:0px;
...
...
@@ -102,7 +102,7 @@ max-height: calc(~"100%" - @margin)
/* left-container - info */
#info{
font-family
:
Courier New,monaco,terminal,courier,system;
font-family:
ubuntumedium, Arial, Helvetica, Sans-serif;
font-size: 13px;
height :200px;
padding:3px;
...
...
@@ -445,12 +445,6 @@ max-height: calc(~"100%" - @margin)
background : @highlight;
}
#listSeq {
font-weight: bold;
font-family: Courier New,monaco,terminal,courier,system;
font-size: 13px;
}
.sequence-line {
white-space: nowrap;
}
...
...
@@ -470,6 +464,10 @@ max-height: calc(~"100%" - @margin)
.seq-mobil {
margin-left: @width_left_container;
letter-spacing: 0.12em;
font-weight: bold;
font-family : ubuntu_monoregular, Courier New,monaco,terminal,courier,system;
position: relative;
bottom: 2px;
}
...
...
browser/index.html
View file @
a7817215
...
...
@@ -23,6 +23,9 @@
<head>
<meta
charset=
"utf-8"
>
<title>
Vidjil
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/fonts/ubuntu/stylesheet.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/fonts/ubuntu-mono/stylesheet.css"
/>
<link
id=
"palette"
rel=
"stylesheet"
type=
"text/css"
href=
"css/dark.css"
/>
<!--[if lte IE 8]><script src="js/r2d3.js" charset="utf-8"></script><![endif]-->
<!--[if gte IE 9]><!-->
...
...
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