Skip to content

Commit 1d7838b

Browse files
committed
Add material icons to assignment page
1 parent e454590 commit 1d7838b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

components/rsptx/templates/_base.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
media="screen"
3838
/>
3939
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
40-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=dashboard,download,edit,grading,help,person" />
40+
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=dashboard,download,edit,grading,help,person" /> -->
41+
<link rel="preconnect" href="https://fonts.googleapis.com">
42+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
43+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0">
4144
<!-- always include jquery -->
4245
<script src="/staticAssets/js/jquery.js"></script>
4346
<style>

0 commit comments

Comments
 (0)