Skip to content

Commit

Permalink
chore: style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekaplan123 committed Dec 15, 2024
1 parent e8bdade commit 3120e70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -8492,7 +8492,7 @@ a.sheetAuthorName {
--english-font: var(--english-sans-serif-font-family);
--hebrew-font: var(--hebrew-sans-serif-font-family);
font-size: 16px;
font-weight: 600;
font-weight: 500;
line-height: 18.75px;
display: inline;
margin-block-end: 10px;
Expand Down Expand Up @@ -13829,7 +13829,7 @@ span.ref-link-color-3 {color: blue}
--english-font: var(--english-sans-serif-font-family);
--hebrew-font: var(--hebrew-sans-serif-font-family);
font-size: 14px;
font-weight: 600;
font-weight: 500;
line-height: 18px;
color: #666666;
margin-inline-start: 10px;
Expand Down
2 changes: 1 addition & 1 deletion static/js/Misc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2891,7 +2891,7 @@ const TitleVariants = function({titles, update, options}) {
/>
</div>
}
const SheetMetaDataBox = ({title, summary, authorUrl, authorStatement, authorImage, sheetOptions, editable}) => {
const SheetMetaDataBox = ({title, summary, sheetOptions, editable}) => {
return <div className="sheetMetaDataBox">
<div className="sidebarLayout">
<SheetMetaDataBoxSegment text={title} className="title" editable={editable}/>
Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<script>
WebFont.load({
google: {
families: ['Crimson Text:400,700'],
families: ['Crimson Text:100,200,300,400,500,600,700,800,900'],
text: 'ăǎġḥḤḫḳḲŏŠšṭżūẓŻāīēḗęîїìi̧ ̆̄'
},
typekit: {
Expand All @@ -80,7 +80,7 @@
});
WebFont.load({
google: {
families: ['Roboto:300,400,500,600,700', 'Heebo:300,400,700:hebrew'] // The dotted h causes Heebo not to load.
families: ['Roboto:100,200,300,400,500,600,700,800,900', 'Heebo:100,200,300,400,500,600,700,800,900:hebrew'] // The dotted h causes Heebo not to load.
}
});
WebFont.load({
Expand Down

0 comments on commit 3120e70

Please sign in to comment.