Skip to content

Commit 3e1c55c

Browse files
fix: font families
1 parent 1f9309e commit 3e1c55c

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

public/vigotech.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
"links": {
8383
"web": "https://www.galpon.org",
8484
"maillist": "https://www.galpon.org/content/listas-correo-galpon"
85+
},
86+
"events": {
87+
"type": "json",
88+
"source": "https://raw.githubusercontent.com/Daniel-at-github/vigotech_events/refs/heads/main/calendars/obradoiros_galpon.json"
8589
}
8690
},
8791
"galstech": {

src/styles/global.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
@import 'tailwindcss';
22

3+
@font-face {
4+
font-family: 'Inter';
5+
src: url('/fonts/inter-latin.woff2') format('woff2');
6+
font-style: normal;
7+
font-weight: 100 900;
8+
font-display: swap;
9+
}
10+
11+
@font-face {
12+
font-family: 'Instrument Serif';
13+
src: url('/fonts/instrument-serif-latin.woff2') format('woff2');
14+
font-style: normal;
15+
font-weight: 400;
16+
font-display: swap;
17+
}
18+
19+
@font-face {
20+
font-family: 'Instrument Serif';
21+
src: url('/fonts/instrument-serif-latin-italic.woff2') format('woff2');
22+
font-style: italic;
23+
font-weight: 400;
24+
font-display: swap;
25+
}
26+
327
@custom-variant dark (&:where(.dark, .dark *));
428

529
@theme {

0 commit comments

Comments
 (0)