mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Remove woff files in favor of woff2
This commit is contained in:
parent
d5ff62d9a8
commit
3402651a98
18 changed files with 23 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
@font-face{
|
||||
font-family: "FontAwesome";
|
||||
src: local("FontAwesome"), url("/fonts/font-awesome.woff2") format("woff2"), url("/fonts/font-awesome.woff") format("woff");
|
||||
src: local("FontAwesome");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -10,7 +10,7 @@
|
|||
@font-face{
|
||||
/* Note: Don"t use local() as a source, because our version fixes the font"s strange default line-height */
|
||||
font-family: "League Spartan";
|
||||
src: url("/fonts/league-spartan-bold.woff2") format("woff2"), url("/fonts/league-spartan-bold.woff") format("woff");
|
||||
src: url("/fonts/league-spartan-bold.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
|||
@font-face{
|
||||
/* Note: Don"t use local() as a source, because our version fixes the font"s strange default line-height */
|
||||
font-family: "Crimson Pro";
|
||||
src: url("/fonts/crimson-pro.woff2") format("woff2"), url("/fonts/crimson-pro.woff") format("woff");
|
||||
src: url("/fonts/crimson-pro.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -26,7 +26,7 @@
|
|||
@font-face{
|
||||
/* Note: Don"t use local() as a source, because our version fixes the font"s strange default line-height */
|
||||
font-family: "Crimson Pro";
|
||||
src: url("/fonts/crimson-pro-bold.woff2") format("woff2"), url("/fonts/crimson-pro-bold.woff") format("woff");
|
||||
src: url("/fonts/crimson-pro-bold.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -34,7 +34,7 @@
|
|||
@font-face{
|
||||
/* Note: Don"t use local() as a source, because our version fixes the font"s strange default line-height */
|
||||
font-family: "Crimson Pro";
|
||||
src: url("/fonts/crimson-pro-italic.woff2") format("woff2"), url("/fonts/crimson-pro-italic.woff") format("woff");
|
||||
src: url("/fonts/crimson-pro-italic.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
@ -42,21 +42,21 @@
|
|||
@font-face{
|
||||
/* Note: Don"t use local() as a source, because our version fixes the font"s strange default line-height */
|
||||
font-family: "Crimson Pro";
|
||||
src: url("/fonts/crimson-pro-bold-italic.woff2") format("woff2"), url("/fonts/crimson-pro-bold-italic.woff") format("woff");
|
||||
src: url("/fonts/crimson-pro-bold-italic.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: "Fira Mono";
|
||||
src: local("Fira Mono"), url("/fonts/fira-mono-regular.woff2") format("woff2"), url("/fonts/fira-mono-regular.woff") format("woff");
|
||||
src: local("Fira Mono");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: "Fira Mono";
|
||||
src: local("Fira Mono"), url("/fonts/fira-mono-bold.woff2") format("woff2"), url("/fonts/fira-mono-bold.woff") format("woff");
|
||||
src: local("Fira Mono");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
|
@ -2,35 +2,35 @@
|
|||
|
||||
@font-face{
|
||||
font-family: "Fira Sans";
|
||||
src: local("Fira Sans"), url("/fonts/fira-sans.woff2") format("woff2"), url("/fonts/fira-sans.woff") format("woff");
|
||||
src: local("Fira Sans"), url("/fonts/fira-sans.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: "Fira Sans";
|
||||
src: local("Fira Sans"), url("/fonts/fira-sans-bold.woff2") format("woff2"), url("/fonts/fira-sans-bold.woff") format("woff");
|
||||
src: local("Fira Sans"), url("/fonts/fira-sans-bold.woff2") format("woff2");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: "Fira Sans";
|
||||
src: local("Fira Sans"), url("/fonts/fira-sans-italic.woff2") format("woff2"), url("/fonts/fira-sans-italic.woff") format("woff");
|
||||
src: local("Fira Sans");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: "Fira Sans";
|
||||
src: local("Fira Sans"), url("/fonts/fira-sans-bold-italic.woff2") format("woff2"), url("/fonts/fira-sans-bold-italic.woff") format("woff");
|
||||
src: local("Fira Sans");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: "Fira Sans";
|
||||
src: local("Fira Sans"), url("/fonts/fira-sans-bold.woff2") format("woff2"), url("/fonts/fira-sans-bold.woff") format("woff");
|
||||
src: local("Fira Sans");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -190,7 +190,7 @@ code.css.full::before{
|
|||
|
||||
code{
|
||||
font-family: "Fira Mono", monospace;
|
||||
font-size: .8rem;
|
||||
font-size: .7rem;
|
||||
}
|
||||
|
||||
code.terminal{
|
||||
|
@ -404,7 +404,8 @@ figure.corrected code{
|
|||
.manual > article > section > section[id] section > aside.number::after{
|
||||
content: " ";
|
||||
width: 2rem;
|
||||
border-bottom: 1px dashed rgba(255, 255, 255, .5);
|
||||
border-bottom: 1px dashed;
|
||||
border-color: rgba(0, 0, 0, .5);
|
||||
display: block;
|
||||
margin-left: 10.25rem;
|
||||
margin-top: -.5rem;
|
||||
|
@ -682,4 +683,11 @@ figure code.css{
|
|||
code.terminal{
|
||||
background-color: var(--light-body-text);
|
||||
}
|
||||
|
||||
|
||||
.manual > article > section > section[id] > ol ol > li aside.number::after,
|
||||
.manual > article > section > section[id] section > ol > li aside.number::after,
|
||||
.manual > article > section > section[id] section > aside.number::after{
|
||||
border-color: rgba(255, 255, 255, .5);
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue