diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 17:15:14 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-10 17:15:14 +0200 |
| commit | 2fb2e09bb24340a7cc33ae30037f45125791131c (patch) | |
| tree | 45afccf7b9455ab48f7725a24bae5c28ad02ca9e /StoneIsland/platforms/android/assets/www/css/fonts/fonts.css | |
| parent | 6196541cf993d5a1a4b8b7f511bf7daf8f849608 (diff) | |
androidz
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/css/fonts/fonts.css')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/css/fonts/fonts.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/StoneIsland/platforms/android/assets/www/css/fonts/fonts.css b/StoneIsland/platforms/android/assets/www/css/fonts/fonts.css new file mode 100755 index 00000000..8ddce654 --- /dev/null +++ b/StoneIsland/platforms/android/assets/www/css/fonts/fonts.css @@ -0,0 +1,37 @@ +@font-face { + font-family: andale; + src: url(andale_mono.woff); + font-style: normal; + font-weight: normal; +} + +@font-face { + font-family: pfd; + src: url(pfdintextpro-regular-webfont.woff); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: pfd; + src: url(pfdintextpro-bold-webfont.woff); + font-style: normal; + font-weight: bold; +} +@font-face { + font-family: pfd; + src: url(pfdintextpro-medium-webfont.woff); + font-style: normal; + font-weight: 300; +} +@font-face { + font-family: pfd; + src: url(pfdintextpro-light-webfont.woff); + font-style: normal; + font-weight: 100; +} +@font-face { + font-family: pfd; + src: url(pfdintextpro-italic-webfont.woff); + font-style: italic; + font-weight: normal; +} |
