summaryrefslogtreecommitdiff
path: root/css/fonts.css
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-03-27 11:59:14 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-03-27 11:59:14 -0400
commit9934cc80b087ce9b71a87baaa77068fbd23445ce (patch)
tree0ad991cec55a7fe492f07e22c03d411fd7229a18 /css/fonts.css
First commit!
The wonderful beginnings of a new blog powered by Haunt!
Diffstat (limited to 'css/fonts.css')
-rw-r--r--css/fonts.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/css/fonts.css b/css/fonts.css
new file mode 100644
index 0000000..b622993
--- /dev/null
+++ b/css/fonts.css
@@ -0,0 +1,61 @@
+/* Linux Libertine */
+
+@font-face {
+ font-family: 'Linux Libertine';
+ src: url('/fonts/LinLibertine_R.woff');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Linux Libertine';
+ src: url('/fonts/LinLibertine_RI.woff');
+ font-weight: normal;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Linux Libertine';
+ src: url('/fonts/LinLibertine_RB.woff');
+ font-weight: bold;
+ font-style: normal;
+}
+
+/* Linux Biolinum */
+
+@font-face {
+ font-family: 'Linux Biolinum';
+ src: url('/fonts/linbio-r-subset.woff');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Linux Biolinum';
+ src: url('/fonts/linbio-ri-subset.woff');
+ font-weight: normal;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Linux Biolinum';
+ src: url('/fonts/linbio-rb-subset.woff');
+ font-weight: bold;
+ font-style: normal;
+}
+
+/* Inconsolata */
+
+@font-face {
+ font-family: 'Inconsolata';
+ font-style: normal;
+ font-weight: 400;
+ src: url('/fonts/Inconsolata-Normal.woff');
+}
+
+@font-face {
+ font-family: 'Inconsolata';
+ font-style: normal;
+ font-weight: 700;
+ src: local('Inconsolata Bold'), local('Inconsolata-Bold'), url('/fonts/Inconsolata-Bold.woff');
+}