[static-web] Add fonts.css
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] Add fonts.css
- Date: Fri, 3 Oct 2014 15:35:29 +0000 (UTC)
commit 094b62228a7ceb190f72e72e63254d74e76cf3f3
Author: Andrea Veri <av gnome org>
Date: Fri Oct 3 17:35:24 2014 +0200
Add fonts.css
css/fonts.css | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/css/fonts.css b/css/fonts.css
new file mode 100644
index 0000000..e0349cf
--- /dev/null
+++ b/css/fonts.css
@@ -0,0 +1,12 @@
+ font-face {
+ font-family: 'Cantarell';
+ src: local('Cantarell'), local('Cantarell Regular'),
+ url(../fonts/Cantarell-Regular.otf);
+}
+
+ font-face {
+ font-family: 'Cantarell';
+ font-weight: bold;
+ src: local('Cantarell'), local('Cantarell Bold'), local('Cantarell-Bold'),
+ url(../fonts/Cantarell-Bold.otf);
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]