add custom fonts to image

This commit is contained in:
2025-07-29 15:31:27 -05:00
parent caac75e224
commit d3835a8944
2 changed files with 11 additions and 5 deletions
+8 -2
View File
@@ -8,5 +8,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
fonts-dejavu \
fonts-inconsolata \
fontconfig && \
fc-cache -f -v && \
apt-get clean && rm -rf /var/lib/apt/lists/*
apt-get clean && rm -rf /var/lib/apt/lists/*
RUN mkdir -p /usr/share/fonts/truetype/custom
COPY ./fonts/ /usr/share/fonts/truetype/custom/
RUN chmod 644 /usr/share/fonts/truetype/custom/* && \
fc-cache -f -v
+3 -3
View File
@@ -14,13 +14,13 @@ header-includes:
# Nicholas Ward
🌐 [nicholas.uuard.com](http://nicholas.uuard.com) | 📧 [nicholaspward@outlook.com](mailto:nicholaspward@outlook.com) | 📞 [+1 (660) 202-3493](tel:+16602023493)
## 🎓 Education
## Education
**Bachelor of Science in Computer Science**
University of Central Missouri, May 2018
Concentration in **Software Design**
GPA: 3.9/4.0; Magna Cum Laude; Deans List all semesters
## 🧠 Technical Skills
## Technical Skills
| Languages & Frameworks | Cloud & Infrastructure | Operating Systems | Tools |
|-|-|-|-|
|C#|Azure|Windows Server|Git|
@@ -32,7 +32,7 @@ GPA: 3.9/4.0; Magna Cum Laude; Deans List all semesters
|React||||
|jQuery||||
## 🏅 Experience
## Experience
**Software Developer**
Foliotek Inc., Columbia, MO
*May 2018 August 2025*