Skip to content

Commit 0917287

Browse files
daedric-font: font-face CSS + assets
1 parent 89bd419 commit 0917287

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed
Binary file not shown.
Binary file not shown.

mmw-content/daedric-test.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<span class="daedric">daedric</span>
2+
daedric

quartz/styles/custom.scss

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
@use "./custom/infobox-callout.scss";
99
@use "./custom/maintenance-template-callout.scss";
1010
@use "./custom/transclusion-adjustments.scss";
11+
@use "./custom/ayembedt-font.scss";
1112

1213
.page-title {
1314
height: 175px;
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 13, 2024 */
2+
3+
4+
5+
@font-face {
6+
font-family: 'omw_ayembedtmedium';
7+
src: url("https://morrowind-modding.github.io/assets/fonts/ayembedt/omwayembedt-webfont.woff2") format('woff2'),
8+
url("https://morrowind-modding.github.io/assets/fonts/ayembedt/omwayembedt-webfont.woff") format('woff');
9+
font-weight: normal;
10+
font-style: normal;
11+
12+
}
13+
14+
.daedric {
15+
font-family: "omw_ayembedtmedium"
16+
}

0 commit comments

Comments
 (0)