Fixed loading JQuery for the hugo shortcode gallery.
This commit is contained in:
@ -31,19 +31,22 @@
|
||||
src: url("/fonts/TT2020StyleB-Regular.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: TT2020;
|
||||
src: url("/fonts/TT2020StyleB-Italic.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: TT2020;
|
||||
src: url("/fonts/TT2020StyleE-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: TT2020;
|
||||
src: url("/fonts/TT2020StyleE-Italic.ttf") format("truetype");
|
||||
@ -57,18 +60,21 @@
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuliaMonoNerdFont;
|
||||
src: url("/fonts/JuliaMonoNerdFont-ExtraBoldItalic.ttf") format("truetype");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuliaMonoNerdFont;
|
||||
src: url("/fonts/JuliaMonoNerdFont-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: JuliaMonoNerdFont;
|
||||
src: url("/fonts/JuliaMonoNerdFont-Italic.ttf") format("truetype");
|
||||
|
Reference in New Issue
Block a user