remove segoe font

This commit is contained in:
NhanPT 2022-05-13 11:25:04 +07:00
parent e9358df0ca
commit 1f650ec6d9
7 changed files with 1 additions and 32 deletions

View file

@ -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');
}

View file

@ -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.

View file

@ -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">