mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
⚒️ Add a pageStyles
block to base template (#98)
* Import typekit fonts as link * Declare pageStyles block in base template * Uninstall prism-themes package
This commit is contained in:
@ -21,9 +21,6 @@
|
||||
@import 'components/word', 'components/lists', 'components/definitions',
|
||||
'components/flag';
|
||||
|
||||
// 5.1 Code Highlighting
|
||||
@import '~prism-themes/themes/prism-a11y-dark';
|
||||
|
||||
// 6. Page-specific styles
|
||||
@import './layouts/pages';
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
@import url('https://use.typekit.net/qlo3dpu.css');
|
||||
|
||||
$sans-serif: monotype-grotesque, 'Lucida Sans', sans-serif;
|
||||
$serif: orpheuspro, Palatino, Times, serif;
|
||||
$ext-sans: monotype-grotesque-extended, Arial Black, sans-serif;
|
||||
|
Reference in New Issue
Block a user