Skip to content

Commit

Permalink
Revert "font-face"
Browse files Browse the repository at this point in the history
This reverts commit ff395bb.
  • Loading branch information
MakotoE committed Nov 7, 2023
1 parent d79db61 commit 79d2f81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
16 changes: 0 additions & 16 deletions _static/custom.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
}

@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4.woff2) format('woff2');
}

:root {
--mainNavColor: #f8f8f8;
--navbarHeight: 1rem;
Expand Down
3 changes: 1 addition & 2 deletions _themes/piccolo_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

<link rel="preconnect" href="https://fonts.googleapis.com" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,600,0,0" referrerpolicy="no-referrer">
<link rel="preload" href="https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2" as="font" type="font/woff2" referrerpolicy="no-referrer" crossorigin="anonymous">
<link rel="preload" href="https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4.woff2" as="font" type="font/woff2" referrerpolicy="no-referrer" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono&display=swap" referrerpolicy="no-referrer">

<script src="{{ pathto('_static/js/theme.js', 1) }}"></script>
<script src="{{ pathto('_static/js/petite-vue.js', 1) }}"></script>
Expand Down

0 comments on commit 79d2f81

Please sign in to comment.