Skip to content
Snippets Groups Projects
Commit 7f3811e1 authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

Fixed a small error with how fonts were loaded

parent 64279fbf
No related branches found
No related tags found
6 merge requests!12Accessibility website jen summer work,!9Q access 24 sp,!8Q access 24 sp,!5Latest update from Spring 2023,!4Latest update after pmp class,!3Updated content for week 3 and week 4 (week 4 still needs work)
......@@ -2,7 +2,7 @@
# This is the custom style sheet for remark
---
$fa-font-path: "../fonts/font-awesome/";
@import 'fontawesome.min.css';
@import 'fontawesome.all.min.css';
@import "remark-base";
$body-font: 22pt;
$list-font: 20pt;
......@@ -28,6 +28,21 @@ $dark: #333;
$darkest: #222222;
$highlight: #5c8a8a;
@page {
size: 1210px 681px;
margin: 0;
}
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
.remark-slide-content {
background-size: contain;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment