Skip to content

chore(sync): 🔨 synced file(s) with seedcase-project/seedcase-theme #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
[files]
extend-exclude = [
"*.css",
"*.svg",
".quarto/*",
"_site/*",
]

[default.extend-words]
# Trusted research environment
TRE = "TRE"

9 changes: 3 additions & 6 deletions _extensions/seedcase-project/seedcase-theme/theme.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
/*-- scss:defaults --*/

@import url('https://fonts.googleapis.com/css2?family=Noto Sans');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro');
@import url('https://fonts.bunny.net/css?family=poppins:400|roboto-mono:400');

$font-family-sans-serif: "Maven Pro", sans-serif;
$font-family-monospace: "Fira Code", monospace;
$headings-font-family: "Noto Sans", sans-serif;
$font-family-sans-serif: "poppins", sans-serif;
$font-family-monospace: "roboto-mono", monospace;

/* brand colour #003224 - the one below is a slightly lighter version of the brand colour */
/* using rgb to be able to use rgba, i.e., opacity */
Expand Down