Issue-id: OCS-9
[msb/apigateway.git] / msb-core / apiroute / apiroute-service / src / main / resources / api-doc / css / typography.css
1 /**
2  * Copyright 2016 2015-2016 ZTE, Inc. and others. All rights reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  *     Author: Zhaoxing Meng
17  *     email: meng.zhaoxing1@zte.com.cn
18  */
19 /* droid-sans-regular - latin */
20 @font-face {
21   font-family: 'Droid Sans';
22   font-style: normal;
23   font-weight: 400;
24   src: url('../fonts/droid-sans-v6-latin-regular.eot'); /* IE9 Compat Modes */
25   src: local('Droid Sans'), local('DroidSans'),
26        url('../fonts/droid-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
27        url('../fonts/droid-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
28        url('../fonts/droid-sans-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
29        url('../fonts/droid-sans-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
30        url('../fonts/droid-sans-v6-latin-regular.svg#DroidSans') format('svg'); /* Legacy iOS */
31 }
32 /* droid-sans-700 - latin */
33 @font-face {
34   font-family: 'Droid Sans';
35   font-style: normal;
36   font-weight: 700;
37   src: url('../fonts/droid-sans-v6-latin-700.eot'); /* IE9 Compat Modes */
38   src: local('Droid Sans Bold'), local('DroidSans-Bold'),
39        url('../fonts/droid-sans-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
40        url('../fonts/droid-sans-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
41        url('../fonts/droid-sans-v6-latin-700.woff') format('woff'), /* Modern Browsers */
42        url('../fonts/droid-sans-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
43        url('../fonts/droid-sans-v6-latin-700.svg#DroidSans') format('svg'); /* Legacy iOS */
44 }