remove segoe font
This commit is contained in:
parent
e9358df0ca
commit
1f650ec6d9
7 changed files with 1 additions and 32 deletions
|
@ -1,30 +0,0 @@
|
|||
@font-face {
|
||||
font-family: 'Segoe UI Regular';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local('Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Segoe UI Italic';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local('Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Segoe UI Bold';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local('Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Segoe UI Bold Italic';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local('Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
|
||||
}
|
2
src/themes/flame/css/skeleton.min.css
vendored
2
src/themes/flame/css/skeleton.min.css
vendored
|
@ -177,7 +177,7 @@ body {
|
|||
font-size: 1.5em;
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
font-family: Segoe UI Regular, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-family: HelveticaNeue Light, "Helvetica Neue Light", Helvetica, Arial Light, sans-serif;
|
||||
color: #222
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -9,7 +9,6 @@
|
|||
|
||||
<link rel="icon" type="image/png" href="/common/assets/favicon.ico" />
|
||||
|
||||
<link rel="stylesheet" href="/theme/css/font.css">
|
||||
<link rel="stylesheet" href="/theme/css/normalize.min.css">
|
||||
<link rel="stylesheet" href="/theme/css/skeleton.min.css">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue