Skip to content

Commit

Permalink
menlo font-face
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperf committed Dec 27, 2024
1 parent 7a9cf9f commit 8489dc3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion site/web/app/themes/nynaeve/resources/styles/common/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,13 @@
font-style: normal;
font-weight: 800;
src: url('@fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
}

/* menlo-regular - latin */
@font-face {
font-display: swap;
font-family: 'Menlo';
font-style: normal;
font-weight: 400;
src: url('@fonts/menlo-regular-webfont.woff2') format('woff2');
}

0 comments on commit 8489dc3

Please sign in to comment.