Commit d152b070 authored by 王万里's avatar 王万里

fix: src :url()

parent 0d194d73
...@@ -13,10 +13,7 @@ ...@@ -13,10 +13,7 @@
@font-face { @font-face {
font-family: 'cherokeeregular'; font-family: 'cherokeeregular';
src: url('../../fonts/cherokee-webfont.eot'); src: url('../../fonts/cherokee-webfont.eot');
src: url('../../fonts/cherokee-webfont.eot?#iefix') format('embedded-opentype'), src: url('../../fonts/cherokee-webfont.eot?#iefix') format('embedded-opentype'),url('../../fonts/cherokee-webfont.woff') format('woff'),url('../../fonts/cherokee-webfont.ttf') format('truetype'),url('../../fonts/cherokee-webfont.svg#cherokeeregular') format('svg');
url('../../fonts/cherokee-webfont.woff') format('woff'),
url('../../fonts/cherokee-webfont.ttf') format('truetype'),
url('../../fonts/cherokee-webfont.svg#cherokeeregular') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
...@@ -25,14 +22,14 @@ ...@@ -25,14 +22,14 @@
font-family: 'Titillium Web'; font-family: 'Titillium Web';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
url('../../fonts/TitilliumWeb-Regular.ttf') format('truetype'); src: url('../../fonts/TitilliumWeb-Regular.ttf') format('truetype');
} }
@font-face { @font-face {
font-family: 'Titillium Web'; font-family: 'Titillium Web';
font-style: normal; font-style: normal;
font-weight: bold; font-weight: bold;
url('../../fonts/TitilliumWeb-Bold.ttf') format('truetype'); src: url('../../fonts/TitilliumWeb-Bold.ttf') format('truetype');
} }
.form-control { .form-control {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment