diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-11 14:45:44 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-11 14:45:44 +0200 |
| commit | 758d24c1bef78d1ac3dc2b8b3141436f5124428b (patch) | |
| tree | 6c63b9f4bd5520cbd9d3e13b823349f77a942cf7 /res/css/google-lato-300.css | |
| parent | ecde30f619161a9d2b4f454f11e41a1239303a34 (diff) | |
mv css, font resources to res/font/, res/css/
Diffstat (limited to 'res/css/google-lato-300.css')
| -rw-r--r-- | res/css/google-lato-300.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/css/google-lato-300.css b/res/css/google-lato-300.css new file mode 100644 index 00000000..90e5c7ee --- /dev/null +++ b/res/css/google-lato-300.css @@ -0,0 +1,7 @@ +/* http://fonts.googleapis.com/css?family=Lato:300 */ +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 300; + src: local('Lato Light'), local('Lato-Light'), url(../font/Lato300.ttf) format('truetype'); +} |
