Skip to content

Commit

Permalink
Fixed issue #13929: Italic text in admin shown with a serif font
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Aug 8, 2018
1 parent dc30bed commit ac68485
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
16 changes: 8 additions & 8 deletions assets/fonts/roboto.css
Expand Up @@ -114,14 +114,14 @@
font-family: 'Roboto';
font-weight: 400;
font-style: italic;
src: url('./font-src/roboto-v18-latin_latin-ext/Roboto-italic.eot');
src: url('./font-src/roboto-v18-latin_latin-ext/Roboto-italic.eot?#iefix') format('embedded-opentype'),
local('Roboto Italic'),
local('Roboto-italic'),
url('./font-src/roboto-v18-latin_latin-ext/Roboto-italic.woff2') format('woff2'),
url('./font-src/roboto-v18-latin_latin-ext/Roboto-italic.woff') format('woff'),
url('./font-src/roboto-v18-latin_latin-ext/Roboto-italic.ttf') format('truetype'),
url('./font-src/roboto-v18-latin_latin-ext/Roboto-italic.svg#Roboto') format('svg');
src: url('./font-src/roboto-v18-latin_latin-ext/roboto-v18-latin_latin-ext-300italic.eot');
src: url('./font-src/roboto-v18-latin_latin-ext/roboto-v18-latin_latin-ext-300italic.eot?#iefix') format('embedded-opentype'),
local('Roboto Light Italic'),
local('Roboto-300italic'),
url('./font-src/roboto-v18-latin_latin-ext/roboto-v18-latin_latin-ext-300italic.woff2') format('woff2'),
url('./font-src/roboto-v18-latin_latin-ext/roboto-v18-latin_latin-ext-300italic.woff') format('woff'),
url('./font-src/roboto-v18-latin_latin-ext/roboto-v18-latin_latin-ext-300italic.ttf') format('truetype'),
url('./font-src/roboto-v18-latin_latin-ext/roboto-v18-latin_latin-ext-300italic.svg#Roboto') format('svg');
}

@font-face {
Expand Down
25 changes: 13 additions & 12 deletions assets/packages/adminbasics/css/lime-admin-common.css
Expand Up @@ -218,6 +218,7 @@ body {

html {
font-family: Roboto;
font-weight: 400;
position: relative;
min-height: 100%; }

Expand Down Expand Up @@ -1493,13 +1494,13 @@ h3 .glyphicon-chevron-up, h3 .glyphicon-chevron-down, h3 .glyphicon-chevron-righ
margin: 1em 0 1em 0; }

#systemoverview .info div {
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
font-weight: 500;
line-height: 1.1;
color: inherit;
text-align: center;
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
font-weight: 500;
line-height: 1.1;
color: inherit;
text-align: center;
}

/**
Expand Down Expand Up @@ -2238,7 +2239,7 @@ table#responsedetail tr td{
}

.welcome .panel-title {
font-weight: 500;
font-weight: 500;
}

.welcome .panel-body {
Expand Down Expand Up @@ -2331,7 +2332,7 @@ input[type="file"].form-control {
left: -1000px;
top: -1000px;
margin: 0 !important;
width: 0px !important;
width: 0px !important;
}

body.onStatistics div.row {
Expand All @@ -2356,8 +2357,8 @@ input[type="file"].form-control {
min-height: 29.7cm !important;
height: 100% !important;
overflow: visible;
page-break-inside: auto;
break-inside: auto;
page-break-inside: auto;
break-inside: auto;
}
body.onStatistics #statisticsview div,
body.onStatistics #statisticsview table {
Expand Down Expand Up @@ -2409,7 +2410,7 @@ input[type="file"].form-control {
padding: 0 !important;
}
body.onStatistics div.printable table{
position: static;
position: static;
page-break-inside : avoid;
break-inside : avoid;
margin-left: 0 !important;
Expand Down

0 comments on commit ac68485

Please sign in to comment.