no font maya
This commit is contained in:
parent
9baecf5a4b
commit
3c5eac5a26
7 changed files with 5 additions and 1424 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 308 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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 */
|
||||
}
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue