From 9f2b69909d81cb5c734c9fc944257a2f6b7d1986 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 18:27:27 -0700 Subject: Add fonts: Playfair, Fira, Courier Prime --- css/_common.css | 50 ++++++++++++ css/fonts/Courier_Prime.ttf | Bin 0 -> 98156 bytes css/fonts/Courier_Prime_Bold.ttf | Bin 0 -> 91368 bytes css/fonts/Courier_Prime_Bold_Italic.ttf | Bin 0 -> 91908 bytes css/fonts/Courier_Prime_Italic.ttf | Bin 0 -> 96196 bytes css/fonts/FiraSans-Bold.otf | Bin 0 -> 156868 bytes css/fonts/FiraSans-BoldItalic.otf | Bin 0 -> 160152 bytes css/fonts/FiraSans-ExtraBold.otf | Bin 0 -> 157024 bytes css/fonts/FiraSans-ExtraBoldItalic.otf | Bin 0 -> 161376 bytes css/fonts/FiraSans-Hair.otf | Bin 0 -> 244880 bytes css/fonts/FiraSans-HairItalic.otf | Bin 0 -> 259132 bytes css/fonts/FiraSans-Heavy.otf | Bin 0 -> 154364 bytes css/fonts/FiraSans-HeavyItalic.otf | Bin 0 -> 158724 bytes css/fonts/FiraSans-Italic.otf | Bin 0 -> 155200 bytes css/fonts/FiraSans-Light.otf | Bin 0 -> 151640 bytes css/fonts/FiraSans-LightItalic.otf | Bin 0 -> 155692 bytes css/fonts/FiraSans-Medium.otf | Bin 0 -> 154464 bytes css/fonts/FiraSans-MediumItalic.otf | Bin 0 -> 158552 bytes css/fonts/FiraSans-Regular.otf | Bin 0 -> 151472 bytes css/fonts/FiraSans-SemiBold.otf | Bin 0 -> 155296 bytes css/fonts/FiraSans-SemiBoldItalic.otf | Bin 0 -> 159160 bytes css/fonts/FiraSans-UltraLight.otf | Bin 0 -> 151688 bytes css/fonts/FiraSans-UltraLightItalic.otf | Bin 0 -> 155872 bytes css/fonts/PlayfairDisplay-Black.otf | Bin 0 -> 156104 bytes css/fonts/PlayfairDisplay-BlackItalic.otf | Bin 0 -> 146040 bytes css/fonts/PlayfairDisplay-Bold.otf | Bin 0 -> 158148 bytes css/fonts/PlayfairDisplay-BoldItalic.otf | Bin 0 -> 153672 bytes css/fonts/PlayfairDisplay-Italic.otf | Bin 0 -> 144252 bytes css/fonts/PlayfairDisplay-Regular.otf | Bin 0 -> 148580 bytes css/fonts/PlayfairDisplaySC-Black.ttf | Bin 0 -> 155088 bytes css/fonts/PlayfairDisplaySC-BlackItalic.ttf | Bin 0 -> 155512 bytes css/fonts/PlayfairDisplaySC-Bold.ttf | Bin 0 -> 157092 bytes css/fonts/PlayfairDisplaySC-BoldItalic.ttf | Bin 0 -> 154024 bytes css/fonts/PlayfairDisplaySC-Italic.ttf | Bin 0 -> 149740 bytes css/fonts/PlayfairDisplaySC-Regular.ttf | Bin 0 -> 153236 bytes css/fonts/SIL Open Font License.txt | 43 ++++++++++ css/fonts/courier-prime.css | 30 +++++++ css/fonts/fira.css | 121 ++++++++++++++++++++++++++++ css/fonts/playfair.css | 98 ++++++++++++++++++++++ 39 files changed, 342 insertions(+) create mode 100644 css/fonts/Courier_Prime.ttf create mode 100644 css/fonts/Courier_Prime_Bold.ttf create mode 100644 css/fonts/Courier_Prime_Bold_Italic.ttf create mode 100644 css/fonts/Courier_Prime_Italic.ttf create mode 100644 css/fonts/FiraSans-Bold.otf create mode 100644 css/fonts/FiraSans-BoldItalic.otf create mode 100644 css/fonts/FiraSans-ExtraBold.otf create mode 100644 css/fonts/FiraSans-ExtraBoldItalic.otf create mode 100644 css/fonts/FiraSans-Hair.otf create mode 100644 css/fonts/FiraSans-HairItalic.otf create mode 100644 css/fonts/FiraSans-Heavy.otf create mode 100644 css/fonts/FiraSans-HeavyItalic.otf create mode 100644 css/fonts/FiraSans-Italic.otf create mode 100644 css/fonts/FiraSans-Light.otf create mode 100644 css/fonts/FiraSans-LightItalic.otf create mode 100644 css/fonts/FiraSans-Medium.otf create mode 100644 css/fonts/FiraSans-MediumItalic.otf create mode 100644 css/fonts/FiraSans-Regular.otf create mode 100644 css/fonts/FiraSans-SemiBold.otf create mode 100644 css/fonts/FiraSans-SemiBoldItalic.otf create mode 100644 css/fonts/FiraSans-UltraLight.otf create mode 100644 css/fonts/FiraSans-UltraLightItalic.otf create mode 100644 css/fonts/PlayfairDisplay-Black.otf create mode 100644 css/fonts/PlayfairDisplay-BlackItalic.otf create mode 100644 css/fonts/PlayfairDisplay-Bold.otf create mode 100644 css/fonts/PlayfairDisplay-BoldItalic.otf create mode 100644 css/fonts/PlayfairDisplay-Italic.otf create mode 100644 css/fonts/PlayfairDisplay-Regular.otf create mode 100644 css/fonts/PlayfairDisplaySC-Black.ttf create mode 100644 css/fonts/PlayfairDisplaySC-BlackItalic.ttf create mode 100644 css/fonts/PlayfairDisplaySC-Bold.ttf create mode 100644 css/fonts/PlayfairDisplaySC-BoldItalic.ttf create mode 100644 css/fonts/PlayfairDisplaySC-Italic.ttf create mode 100644 css/fonts/PlayfairDisplaySC-Regular.ttf create mode 100644 css/fonts/SIL Open Font License.txt create mode 100644 css/fonts/courier-prime.css create mode 100644 css/fonts/fira.css create mode 100644 css/fonts/playfair.css (limited to 'css') diff --git a/css/_common.css b/css/_common.css index e69de29..751b5de 100644 --- a/css/_common.css +++ b/css/_common.css @@ -0,0 +1,50 @@ +/* Common CSS for all of Autocento at the breakfast table + * should include ONLY the following: + * margins & widths + * text sizes & font assignments + * link rendering + */ + +@import url("./fonts/playfair.css"); +@import url("./fonts/fira.css"); +/* @import url("fonts/courier-prime.css"); + * ^^^^^^ for typewriter pages in Paul */ + +body { + font-family: Fira, serif; + font-size: 14pt; +} + +/* Links */ +a:link { + color: inherit; + text-decoration: none; +} +a:visited { + color: inherit; + font-weight: lighter; +} +a:hover { + color: blue; + font-style: italic; +} +a:active { + color: green; +} + +/* Headings */ +h1.title { + font-family: Playfair, serif; + font-size: 16pt; + font-weight: bold; +} +h1.subtitle { + font-family: Playfair, serif; + font-size: 15pt; + font-style: italic; +} +h2 { + font-family: Fira, sans-serif; + font-size: 14pt; + font-weight: 600; +} diff --git a/css/fonts/Courier_Prime.ttf b/css/fonts/Courier_Prime.ttf new file mode 100644 index 0000000..db4e6c1 Binary files /dev/null and b/css/fonts/Courier_Prime.ttf differ diff --git a/css/fonts/Courier_Prime_Bold.ttf b/css/fonts/Courier_Prime_Bold.ttf new file mode 100644 index 0000000..1b0888c Binary files /dev/null and b/css/fonts/Courier_Prime_Bold.ttf differ diff --git a/css/fonts/Courier_Prime_Bold_Italic.ttf b/css/fonts/Courier_Prime_Bold_Italic.ttf new file mode 100644 index 0000000..d4e7186 Binary files /dev/null and b/css/fonts/Courier_Prime_Bold_Italic.ttf differ diff --git a/css/fonts/Courier_Prime_Italic.ttf b/css/fonts/Courier_Prime_Italic.ttf new file mode 100644 index 0000000..75a1343 Binary files /dev/null and b/css/fonts/Courier_Prime_Italic.ttf differ diff --git a/css/fonts/FiraSans-Bold.otf b/css/fonts/FiraSans-Bold.otf new file mode 100644 index 0000000..5fdf4e3 Binary files /dev/null and b/css/fonts/FiraSans-Bold.otf differ diff --git a/css/fonts/FiraSans-BoldItalic.otf b/css/fonts/FiraSans-BoldItalic.otf new file mode 100644 index 0000000..afeb8aa Binary files /dev/null and b/css/fonts/FiraSans-BoldItalic.otf differ diff --git a/css/fonts/FiraSans-ExtraBold.otf b/css/fonts/FiraSans-ExtraBold.otf new file mode 100644 index 0000000..341ae41 Binary files /dev/null and b/css/fonts/FiraSans-ExtraBold.otf differ diff --git a/css/fonts/FiraSans-ExtraBoldItalic.otf b/css/fonts/FiraSans-ExtraBoldItalic.otf new file mode 100644 index 0000000..b09dc88 Binary files /dev/null and b/css/fonts/FiraSans-ExtraBoldItalic.otf differ diff --git a/css/fonts/FiraSans-Hair.otf b/css/fonts/FiraSans-Hair.otf new file mode 100644 index 0000000..7ecc18e Binary files /dev/null and b/css/fonts/FiraSans-Hair.otf differ diff --git a/css/fonts/FiraSans-HairItalic.otf b/css/fonts/FiraSans-HairItalic.otf new file mode 100644 index 0000000..dfd2902 Binary files /dev/null and b/css/fonts/FiraSans-HairItalic.otf differ diff --git a/css/fonts/FiraSans-Heavy.otf b/css/fonts/FiraSans-Heavy.otf new file mode 100644 index 0000000..ee58ef3 Binary files /dev/null and b/css/fonts/FiraSans-Heavy.otf differ diff --git a/css/fonts/FiraSans-HeavyItalic.otf b/css/fonts/FiraSans-HeavyItalic.otf new file mode 100644 index 0000000..f1fa3d0 Binary files /dev/null and b/css/fonts/FiraSans-HeavyItalic.otf differ diff --git a/css/fonts/FiraSans-Italic.otf b/css/fonts/FiraSans-Italic.otf new file mode 100644 index 0000000..c73dcd6 Binary files /dev/null and b/css/fonts/FiraSans-Italic.otf differ diff --git a/css/fonts/FiraSans-Light.otf b/css/fonts/FiraSans-Light.otf new file mode 100644 index 0000000..ac224b8 Binary files /dev/null and b/css/fonts/FiraSans-Light.otf differ diff --git a/css/fonts/FiraSans-LightItalic.otf b/css/fonts/FiraSans-LightItalic.otf new file mode 100644 index 0000000..32c6a40 Binary files /dev/null and b/css/fonts/FiraSans-LightItalic.otf differ diff --git a/css/fonts/FiraSans-Medium.otf b/css/fonts/FiraSans-Medium.otf new file mode 100644 index 0000000..a027450 Binary files /dev/null and b/css/fonts/FiraSans-Medium.otf differ diff --git a/css/fonts/FiraSans-MediumItalic.otf b/css/fonts/FiraSans-MediumItalic.otf new file mode 100644 index 0000000..71f968c Binary files /dev/null and b/css/fonts/FiraSans-MediumItalic.otf differ diff --git a/css/fonts/FiraSans-Regular.otf b/css/fonts/FiraSans-Regular.otf new file mode 100644 index 0000000..1efd98a Binary files /dev/null and b/css/fonts/FiraSans-Regular.otf differ diff --git a/css/fonts/FiraSans-SemiBold.otf b/css/fonts/FiraSans-SemiBold.otf new file mode 100644 index 0000000..3f4a808 Binary files /dev/null and b/css/fonts/FiraSans-SemiBold.otf differ diff --git a/css/fonts/FiraSans-SemiBoldItalic.otf b/css/fonts/FiraSans-SemiBoldItalic.otf new file mode 100644 index 0000000..4ef1fae Binary files /dev/null and b/css/fonts/FiraSans-SemiBoldItalic.otf differ diff --git a/css/fonts/FiraSans-UltraLight.otf b/css/fonts/FiraSans-UltraLight.otf new file mode 100644 index 0000000..4aba4de Binary files /dev/null and b/css/fonts/FiraSans-UltraLight.otf differ diff --git a/css/fonts/FiraSans-UltraLightItalic.otf b/css/fonts/FiraSans-UltraLightItalic.otf new file mode 100644 index 0000000..852454d Binary files /dev/null and b/css/fonts/FiraSans-UltraLightItalic.otf differ diff --git a/css/fonts/PlayfairDisplay-Black.otf b/css/fonts/PlayfairDisplay-Black.otf new file mode 100644 index 0000000..0d73b1c Binary files /dev/null and b/css/fonts/PlayfairDisplay-Black.otf differ diff --git a/css/fonts/PlayfairDisplay-BlackItalic.otf b/css/fonts/PlayfairDisplay-BlackItalic.otf new file mode 100644 index 0000000..cd8bce8 Binary files /dev/null and b/css/fonts/PlayfairDisplay-BlackItalic.otf differ diff --git a/css/fonts/PlayfairDisplay-Bold.otf b/css/fonts/PlayfairDisplay-Bold.otf new file mode 100644 index 0000000..ba9044b Binary files /dev/null and b/css/fonts/PlayfairDisplay-Bold.otf differ diff --git a/css/fonts/PlayfairDisplay-BoldItalic.otf b/css/fonts/PlayfairDisplay-BoldItalic.otf new file mode 100644 index 0000000..e4c85e9 Binary files /dev/null and b/css/fonts/PlayfairDisplay-BoldItalic.otf differ diff --git a/css/fonts/PlayfairDisplay-Italic.otf b/css/fonts/PlayfairDisplay-Italic.otf new file mode 100644 index 0000000..2cba927 Binary files /dev/null and b/css/fonts/PlayfairDisplay-Italic.otf differ diff --git a/css/fonts/PlayfairDisplay-Regular.otf b/css/fonts/PlayfairDisplay-Regular.otf new file mode 100644 index 0000000..a3e5773 Binary files /dev/null and b/css/fonts/PlayfairDisplay-Regular.otf differ diff --git a/css/fonts/PlayfairDisplaySC-Black.ttf b/css/fonts/PlayfairDisplaySC-Black.ttf new file mode 100644 index 0000000..18fcb2a Binary files /dev/null and b/css/fonts/PlayfairDisplaySC-Black.ttf differ diff --git a/css/fonts/PlayfairDisplaySC-BlackItalic.ttf b/css/fonts/PlayfairDisplaySC-BlackItalic.ttf new file mode 100644 index 0000000..4c952ca Binary files /dev/null and b/css/fonts/PlayfairDisplaySC-BlackItalic.ttf differ diff --git a/css/fonts/PlayfairDisplaySC-Bold.ttf b/css/fonts/PlayfairDisplaySC-Bold.ttf new file mode 100644 index 0000000..5a88505 Binary files /dev/null and b/css/fonts/PlayfairDisplaySC-Bold.ttf differ diff --git a/css/fonts/PlayfairDisplaySC-BoldItalic.ttf b/css/fonts/PlayfairDisplaySC-BoldItalic.ttf new file mode 100644 index 0000000..0bd311d Binary files /dev/null and b/css/fonts/PlayfairDisplaySC-BoldItalic.ttf differ diff --git a/css/fonts/PlayfairDisplaySC-Italic.ttf b/css/fonts/PlayfairDisplaySC-Italic.ttf new file mode 100644 index 0000000..5450163 Binary files /dev/null and b/css/fonts/PlayfairDisplaySC-Italic.ttf differ diff --git a/css/fonts/PlayfairDisplaySC-Regular.ttf b/css/fonts/PlayfairDisplaySC-Regular.ttf new file mode 100644 index 0000000..1ed6bc5 Binary files /dev/null and b/css/fonts/PlayfairDisplaySC-Regular.ttf differ diff --git a/css/fonts/SIL Open Font License.txt b/css/fonts/SIL Open Font License.txt new file mode 100644 index 0000000..a706761 --- /dev/null +++ b/css/fonts/SIL Open Font License.txt @@ -0,0 +1,43 @@ +Copyright (c) 2010-2012 by Claus Eggers Sørensen (es@forthehearts.net), with Reserved Font Name 'Playfair' + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the copyright statement(s). + +"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. + +5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/css/fonts/courier-prime.css b/css/fonts/courier-prime.css new file mode 100644 index 0000000..0550e90 --- /dev/null +++ b/css/fonts/courier-prime.css @@ -0,0 +1,30 @@ +/* COURIER PRIME FONT for Autocento project. + * ONLY PUT @font-face RULES HERE. + */ + +/* Normal = normal */ +@font-face { + font-family: CourierPrime; + font-weight: normal; + font-style: normal; + src: url("Courier_Prime.ttf"); +} +@font-face { + font-family: CourierPrime; + font-weight: normal; + font-style: italic; + src: url("Courier_Prime_Italic.ttf"); +} +/* Bold = bold */ +@font-face { + font-family: CourierPrime; + font-weight: bold; + font-style: normal; + src: url("Courier_Prime_Bold.ttf"); +} +@font-face { + font-family: CourierPrime; + font-weight: bold; + font-style: italic; + src: url("Courier_Prime_Bold_Italic.ttf"); +} diff --git a/css/fonts/fira.css b/css/fonts/fira.css new file mode 100644 index 0000000..d26d8f3 --- /dev/null +++ b/css/fonts/fira.css @@ -0,0 +1,121 @@ +/* FIRA FONT for Autocento project. + * ONLY PUT @font-face RULES HERE. + */ + +/* Hair = 100 */ +@font-face { + font-family: Fira; + font-weight: 100; + font-style: normal; + src: url(FiraSans-Hair.otf); +} +@font-face { + font-family: Fira; + font-weight: 100; + font-style: italic; + src: url(FiraSans-HairItalic.otf); +} +/* Ultralight = 200 */ +@font-face { + font-family: Fira; + font-weight: 200; + font-style: normal; + src: url(FiraSans-UltraLight.otf); +} +@font-face { + font-family: Fira; + font-weight: 200; + font-style: italic; + src: url(FiraSans-UltraLightItalic.otf); +} +/* Light = 300 */ +@font-face { + font-family: Fira; + font-weight: 300; + font-style: normal; + src: url(FiraSans-Light.otf); +} +@font-face { + font-family: Fira; + font-weight: 300; + font-style: italic; + src: url(FiraSans-LightItalic.otf); +} +/* Regular = 400 */ +@font-face { + font-family: Fira; + font-weight: 400; + font-style: normal; + src: url(FiraSans-Regular.otf); +} +@font-face { + font-family: Fira; + font-weight: 400; + font-style: italic; + src: url(FiraSans-Italic.otf); +} +/* Medium = 500 */ +@font-face { + font-family: Fira; + font-weight: 500; + font-style: normal; + src: url(FiraSans-Medium.otf); +} +@font-face { + font-family: Fira; + font-weight: 500; + font-style: italic; + src: url(FiraSans-MediumItalic.otf); +} +/* Semibold = 600 */ +@font-face { + font-family: Fira; + font-weight: 600; + font-style: normal; + src: url(FiraSans-SemiBold.otf); +} +@font-face { + font-family: Fira; + font-weight: 600; + font-style: italic; + src: url(FiraSans-SemiBoldItalic.otf); +} +/* Bold = 700 */ +@font-face { + font-family: Fira; + font-weight: 700; + font-style: normal; + src: url(FiraSans-Bold.otf); +} +@font-face { + font-family: Fira; + font-weight: 700; + font-style: italic; + src: url(FiraSans-BoldItalic.otf); +} +/* Bold = 800 */ +@font-face { + font-family: Fira; + font-weight: 800; + font-style: normal; + src: url(FiraSans-ExtraBold.otf); +} +@font-face { + font-family: Fira; + font-weight: 800; + font-style: italic; + src: url(FiraSans-ExtraBoldItalic.otf); +} +/* Heavy = 900 */ +@font-face { + font-family: Fira; + font-weight: 900; + font-style: normal; + src: url(FiraSans-Heavy.otf); +} +@font-face { + font-family: Fira; + font-weight: 900; + font-style: italic; + src: url(FiraSans-HeavyItalic.otf); +} diff --git a/css/fonts/playfair.css b/css/fonts/playfair.css new file mode 100644 index 0000000..4200869 --- /dev/null +++ b/css/fonts/playfair.css @@ -0,0 +1,98 @@ +/* PLAYFAIR DISPLAY FONT for Autocento project. + * ONLY PUT @font-face RULES HERE. + * vim: fdm=marker + */ +/* NORMAL VARIANT {{{ */ +/* Regular = 400 */ +@font-face { + font-family: Playfair; + font-variant: normal; + font-weight: 400; + font-style: normal; + src: url("PlayfairDisplay-Regular.ttf"); +} +@font-face { + font-family: Playfair; + font-variant: normal; + font-weight: 400; + font-style: italic; + src: url("PlayfairDisplay-Italic.ttf"); +} +/* Bold = 700 */ +@font-face { + font-family: Playfair; + font-variant: normal; + font-weight: 700; + font-style: normal; + src: url("PlayfairDisplay-Bold.ttf"); +} +@font-face { + font-family: Playfair; + font-variant: normal; + font-weight: 700; + font-style: italic; + src: url("PlayfairDisplay-BoldItalic.ttf"); +} +/* Black = 900 */ +@font-face { + font-family: Playfair; + font-variant: normal; + font-weight: 900; + font-style: normal; + src: url("PlayfairDisplay-Black.ttf"); +} +@font-face { + font-family: Playfair; + font-variant: normal; + font-weight: 900; + font-style: italic; + src: url("PlayfairDisplay-BlackItalic.ttf"); +} +/* }}} */ +/* SMALL CAPS VARIANT {{{ */ +/* Regular = 400 */ +@font-face { + font-family: Playfair; + font-variant: small-caps; + font-weight: 400; + font-style: normal; + src: url("PlayfairDisplaySC-Regular.ttf"); +} +@font-face { + font-family: Playfair; + font-variant: small-caps; + font-weight: 400; + font-style: italic; + src: url("PlayfairDisplaySC-Italic.ttf"); +} +/* Bold = 700 */ +@font-face { + font-family: Playfair; + font-variant: small-caps; + font-weight: 700; + font-style: normal; + src: url("PlayfairDisplaySC-Bold.ttf"); +} +@font-face { + font-family: Playfair; + font-variant: small-caps; + font-weight: 700; + font-style: italic; + src: url("PlayfairDisplaySC-BoldItalic.ttf"); +} +/* Black = 900 */ +@font-face { + font-family: Playfair; + font-variant: small-caps; + font-weight: 900; + font-style: normal; + src: url("PlayfairDisplaySC-Black.ttf"); +} +@font-face { + font-family: Playfair; + font-variant: small-caps; + font-weight: 900; + font-style: italic; + src: url("PlayfairDisplaySC-BlackItalic.ttf"); +} +/* }}} */ -- cgit 1.4.1-21-gabe81