[CLAMP-1] Initial ONAP CLAMP seed code commit
[clamp.git] / src / main / resources / META-INF / resources / icd / css / typography.css
1 /* Google Font's Droid Sans */
2 @font-face {
3   font-family: 'Droid Sans';
4   font-style: normal;
5   font-weight: 400;
6   src: local('Droid Sans'), local('DroidSans'), url('../fonts/DroidSans.ttf') format('truetype');
7 }
8 /* Google Font's Droid Sans Bold */
9 @font-face {
10   font-family: 'Droid Sans';
11   font-style: normal;
12   font-weight: 700;
13   src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../fonts/DroidSans-Bold.ttf') format('truetype');
14 }