summary refs log tree commit diff stats
path: root/theme/layouts/7/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts/7/style.css')
-rwxr-xr-xtheme/layouts/7/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index 744625c..8cde3aa 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css
@@ -1,7 +1,14 @@
1/* @font-face */
2@font-face {
3 font-family: DeliciousRoman;
4 src: url(http://fourisland.com/theme/layouts/7/Delicious-Roman.otf);
5 font-weight: 400;
6}
7
1/* Body */ 8/* Body */
2 9
3body { 10body {
4 font-family: "Lucida Grande", "Arial", sans; 11 font-family: DeliciousRoman, Verdana, sans;
5 background-color: #111; 12 background-color: #111;
6} 13}
7 14