From d3ab0372565dbdbf202d819f071539e5047615dc Mon Sep 17 00:00:00 2001 From: lj1412 Date: Tue, 14 Feb 2017 15:10:01 +0000 Subject: Init dcae.dmaapbc Change-Id: I67a7bab881544651bbff6bedb9551975c7ee10ca Signed-off-by: lj1412 --- www/swagger/css/typography.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/swagger/css/typography.css (limited to 'www/swagger/css/typography.css') 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'); +} -- cgit