diff options
Diffstat (limited to 'style-fonts.css')
-rw-r--r-- | style-fonts.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/style-fonts.css b/style-fonts.css new file mode 100644 index 0000000..43fa341 --- /dev/null +++ b/style-fonts.css @@ -0,0 +1,13 @@ + +@font-face{ + font-family:"Lucida Grande"; + src:url(/fonts/lucida_grande_regular-webfont.woff2) format('woff2'), + url(/fonts/lucida_grande_regular-webfont.woff) format('woff'); + font-weight:normal;font-style:normal;} + +@font-face{ + font-family:"Lucida Grande"; + src:url(/fonts/lucida_grande_bold-webfont.woff2) format('woff2'), + url(/fonts/lucida_grande_bold-webfont.woff) format('woff'); + font-weight:bold;font-style:normal;} + |