diff --git a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.eot b/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.eot deleted file mode 100644 index 4eea08e..0000000 Binary files a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.eot and /dev/null differ diff --git a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.svg b/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.svg deleted file mode 100644 index bde2855..0000000 --- a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.svg +++ /dev/null @@ -1,1407 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.ttf b/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.ttf deleted file mode 100644 index 3a85022..0000000 Binary files a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.ttf and /dev/null differ diff --git a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.woff b/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.woff deleted file mode 100644 index 1468f9e..0000000 Binary files a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.woff and /dev/null differ diff --git a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.woff2 b/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.woff2 deleted file mode 100644 index 08db151..0000000 Binary files a/themes/to0x19/static/fonts/caesar-dressing-v9-latin-regular.woff2 and /dev/null differ diff --git a/themes/to0x19/static/fonts/fonts.scss b/themes/to0x19/static/fonts/fonts.scss index 27a8821..d6ca198 100644 --- a/themes/to0x19/static/fonts/fonts.scss +++ b/themes/to0x19/static/fonts/fonts.scss @@ -43,17 +43,3 @@ $font-display: swap; url('fonts/recursive-v20-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/recursive-v20-latin-800.svg#Recursive') format('svg'); /* Legacy iOS */ } -/* caesar-dressing-regular - latin */ -@font-face { - $font-display: fallback; - font-family: 'Caesar Dressing'; - font-style: normal; - font-weight: 400; - src: url('fonts/caesar-dressing-v9-latin-regular.eot'); /* IE9 Compat Modes */ - src: local('Caesar Dressing'), local('CaesarDressing-Regular'), - url('fonts/caesar-dressing-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('fonts/caesar-dressing-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ - url('fonts/caesar-dressing-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ - url('fonts/caesar-dressing-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ - url('fonts/caesar-dressing-v9-latin-regular.svg#CaesarDressing') format('svg'); /* Legacy iOS */ -} diff --git a/themes/to0x19/static/theme.scss b/themes/to0x19/static/theme.scss index 4f4af1e..0559749 100644 --- a/themes/to0x19/static/theme.scss +++ b/themes/to0x19/static/theme.scss @@ -62,6 +62,8 @@ $c-smalltitles: adjust-color($c-titles, $saturation: -15%, $lightness: -15%); $c-links: $c-titles; */ +$f-main: 'Recursive'; +$f-titles: 'Recursive'; body { @@ -69,7 +71,7 @@ body { background-color: $c-bg; font-size: 18px; color: $c-text; - font-family: 'Recursive', sans-serif; + font-family: $f-main, Helvetica, cursive, sans-serif; line-height: 1.5em; } a, a:focus, a:hover, a:visited { color: $c-links; } @@ -84,7 +86,7 @@ h1 > (a, a:focus, a:active) { color: $c-titles; } color: $c-smalltitles; } h1,h2,h3 { - font-family: 'Caesar Dressing', Helvetica, cursive; + font-family: $f-titles, $f-main, Helvetica, cursive, sans-serif; } strong { font-weight: 800; } } @@ -177,7 +179,7 @@ code { nav { font-size: 110%; font-weight: bold; - font-family: 'Caesar Dressing', Helvetica, cursive; + font-family: $f-titles, $f-main, Helvetica, cursive, sans-serif; text-align: center; ul { list-style: none; } li { display: inline; padding-right: 3em;}