diff options
author | lj1412 <lji@research.att.com> | 2017-02-14 15:10:01 +0000 |
---|---|---|
committer | lj1412 <lji@research.att.com> | 2017-02-14 15:10:03 +0000 |
commit | d3ab0372565dbdbf202d819f071539e5047615dc (patch) | |
tree | bfcdaed109cc22454efc178168a57f1910bdbcc2 /www/swagger/css/typography.css | |
parent | b8d6bbecc10156e9b99f40b743bcac18086e86fa (diff) |
Init dcae.dmaapbc
Change-Id: I67a7bab881544651bbff6bedb9551975c7ee10ca
Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'www/swagger/css/typography.css')
-rw-r--r-- | www/swagger/css/typography.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/swagger/css/typography.css b/www/swagger/css/typography.css new file mode 100644 index 0000000..3235edd --- /dev/null +++ b/www/swagger/css/typography.css @@ -0,0 +1,14 @@ +/* Google Font's Droid Sans */ +@font-face { + font-family: 'Droid Sans'; + font-style: normal; + font-weight: 400; + src: local('Droid Sans'), local('DroidSans'), url('../fonts/DroidSans.ttf') format('truetype'); +} +/* Google Font's Droid Sans Bold */ +@font-face { + font-family: 'Droid Sans'; + font-style: normal; + font-weight: 700; + src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../fonts/DroidSans-Bold.ttf') format('truetype'); +} |