1
0
Fork 0

refactor(dashboard): font definition correction

This commit is contained in:
Fernandez Ludovic 2015-10-06 21:00:53 +02:00
parent 39b035f0b0
commit 713c2e09a8
3 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand traefik-texttraefik-text" ui-sref="provider">/ˈTr<span class="traefik-blue">æ</span>fɪk/</a>
<a class="navbar-brand traefik-text" ui-sref="provider">/ˈTr<span class="traefik-blue">æ</span>fɪk/</a>
</div>
<div class="collapse navbar-collapse">

View file

@ -1,9 +1,9 @@
@font-face {
font-family: 'charterregular';
src: url('fontss/charter_regular-webfont.eot');
src: url('fontss/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fontss/charter_regular-webfont.woff') format('woff');
src: url('fonts/charter_regular-webfont.eot');
src: url('fonts/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@ -13,7 +13,7 @@
}
.traefik-text {
font-family: 'WebFont', Arial, sans-serif;
font-family: 'charterregular', Arial, sans-serif;
}
.panel-body .panel-table__servers,