diff options
Diffstat (limited to 'css/fonts')
-rw-r--r-- | css/fonts/playfair.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/css/fonts/playfair.css b/css/fonts/playfair.css index 4200869..da8431e 100644 --- a/css/fonts/playfair.css +++ b/css/fonts/playfair.css | |||
@@ -52,14 +52,14 @@ | |||
52 | /* SMALL CAPS VARIANT {{{ */ | 52 | /* SMALL CAPS VARIANT {{{ */ |
53 | /* Regular = 400 */ | 53 | /* Regular = 400 */ |
54 | @font-face { | 54 | @font-face { |
55 | font-family: Playfair; | 55 | font-family: PlayfairSC; |
56 | font-variant: small-caps; | 56 | font-variant: small-caps; |
57 | font-weight: 400; | 57 | font-weight: 400; |
58 | font-style: normal; | 58 | font-style: normal; |
59 | src: url("PlayfairDisplaySC-Regular.ttf"); | 59 | src: url("PlayfairDisplaySC-Regular.ttf"); |
60 | } | 60 | } |
61 | @font-face { | 61 | @font-face { |
62 | font-family: Playfair; | 62 | font-family: PlayfairSC; |
63 | font-variant: small-caps; | 63 | font-variant: small-caps; |
64 | font-weight: 400; | 64 | font-weight: 400; |
65 | font-style: italic; | 65 | font-style: italic; |
@@ -67,14 +67,14 @@ | |||
67 | } | 67 | } |
68 | /* Bold = 700 */ | 68 | /* Bold = 700 */ |
69 | @font-face { | 69 | @font-face { |
70 | font-family: Playfair; | 70 | font-family: PlayfairSC; |
71 | font-variant: small-caps; | 71 | font-variant: small-caps; |
72 | font-weight: 700; | 72 | font-weight: 700; |
73 | font-style: normal; | 73 | font-style: normal; |
74 | src: url("PlayfairDisplaySC-Bold.ttf"); | 74 | src: url("PlayfairDisplaySC-Bold.ttf"); |
75 | } | 75 | } |
76 | @font-face { | 76 | @font-face { |
77 | font-family: Playfair; | 77 | font-family: PlayfairSC; |
78 | font-variant: small-caps; | 78 | font-variant: small-caps; |
79 | font-weight: 700; | 79 | font-weight: 700; |
80 | font-style: italic; | 80 | font-style: italic; |
@@ -82,14 +82,14 @@ | |||
82 | } | 82 | } |
83 | /* Black = 900 */ | 83 | /* Black = 900 */ |
84 | @font-face { | 84 | @font-face { |
85 | font-family: Playfair; | 85 | font-family: PlayfairSC; |
86 | font-variant: small-caps; | 86 | font-variant: small-caps; |
87 | font-weight: 900; | 87 | font-weight: 900; |
88 | font-style: normal; | 88 | font-style: normal; |
89 | src: url("PlayfairDisplaySC-Black.ttf"); | 89 | src: url("PlayfairDisplaySC-Black.ttf"); |
90 | } | 90 | } |
91 | @font-face { | 91 | @font-face { |
92 | font-family: Playfair; | 92 | font-family: PlayfairSC; |
93 | font-variant: small-caps; | 93 | font-variant: small-caps; |
94 | font-weight: 900; | 94 | font-weight: 900; |
95 | font-style: italic; | 95 | font-style: italic; |