Upload the ESR server seed code.
[aai/esr-server.git] / esr-core / esr-mgr / src / main / resources / api-doc / css / typography.css
1 /**
2  * Copyright 2016 ZTE Corporation.
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 /* droid-sans-regular - latin */
17 @font-face {
18   font-family: 'Droid Sans';
19   font-style: normal;
20   font-weight: 400;
21   src: url('../fonts/droid-sans-v6-latin-regular.eot'); /* IE9 Compat Modes */
22   src: local('Droid Sans'), local('DroidSans'),
23        url('../fonts/droid-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
24        url('../fonts/droid-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
25        url('../fonts/droid-sans-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
26        url('../fonts/droid-sans-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
27        url('../fonts/droid-sans-v6-latin-regular.svg#DroidSans') format('svg'); /* Legacy iOS */
28 }
29 /* droid-sans-700 - latin */
30 @font-face {
31   font-family: 'Droid Sans';
32   font-style: normal;
33   font-weight: 700;
34   src: url('../fonts/droid-sans-v6-latin-700.eot'); /* IE9 Compat Modes */
35   src: local('Droid Sans Bold'), local('DroidSans-Bold'),
36        url('../fonts/droid-sans-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
37        url('../fonts/droid-sans-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
38        url('../fonts/droid-sans-v6-latin-700.woff') format('woff'), /* Modern Browsers */
39        url('../fonts/droid-sans-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
40        url('../fonts/droid-sans-v6-latin-700.svg#DroidSans') format('svg'); /* Legacy iOS */
41 }