Skip to content

Commit

Permalink
New fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
angeldollface committed Jul 6, 2024
1 parent f50069c commit 207e91e
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ The following fonts are available:
- `atriskyouth`
- `Edda`
- `KingthingsExeter`
- `NeueMontrealBold`
- `NeueMontrealLight`
- `NeueMontrealMedium`

To use these in your own projects simply specify the font you would like to use like this:

Expand Down
51 changes: 50 additions & 1 deletion css/dollfonts.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
/* OTF FONTS START */
@font-face {
font-family: 'NeueMontrealBold';
src: url('https://angeldollface.boo/doll-cdn/fonts/otf/NeueMontrealBold.otf') format('opentype');
}
@font-face{
font-family: 'NeueMontrealLight';
src: url('https://angeldollface.boo/doll-cdn/fonts/otf/NeueMontrealLight.otf') format('opentype');
}
@font-face{
font-family: 'NeueMontrealMedium';
src: url('https://angeldollface.boo/doll-cdn/fonts/otf/NeueMontrealMedium.otf') format('opentype');
}
@font-face{
font-family: 'Edda';
src: url('https://angeldollface.boo/doll-cdn/fonts/otf/Edda.otf') format('opentype');
Expand Down Expand Up @@ -198,6 +210,18 @@
/* OTF FONTS END */

/* TTF FONTS START */
@font-face{
font-family: 'NeueMontrealBold';
src: url('https://angeldollface.boo/doll-cdn/fonts/ttf/NeueMontrealBold.ttf') format('truetype');
}
@font-face{
font-family: 'NeueMontrealLight';
src: url('https://angeldollface.boo/doll-cdn/fonts/ttf/NeueMontrealLight.ttf') format('truetype');
}
@font-face{
font-family: 'NeueMontrealMedium';
src: url('https://angeldollface.boo/doll-cdn/fonts/ttf/NeueMontrealMedium.ttf') format('truetype');
}
@font-face{
font-family: 'Edda';
src: url('https://angeldollface.boo/doll-cdn/fonts/ttf/Edda.ttf') format('truetype');
Expand All @@ -209,6 +233,7 @@
@font-face {
font-family: 'Pragmatica';
src: url('https://angeldollface.boo/doll-cdn/fonts/ttf/Pragmatica.ttf') format('truetype');
}
@font-face {
font-family: 'BebasNeue';
src: url('https://angeldollface.boo/doll-cdn/fonts/ttf/BebasNeue.ttf') format('truetype');
Expand Down Expand Up @@ -396,6 +421,18 @@
/* TTF FONTS END */

/* WOFF FONTS START */
@font-face{
font-family: 'NeueMontrealBold';
src: url('https://angeldollface.boo/doll-cdn/fonts/woff/NeueMontrealBold.woff') format('woff');
}
@font-face{
font-family: 'NeueMontrealLight';
src: url('https://angeldollface.boo/doll-cdn/fonts/woff/NeueMontrealLight.woff') format('woff');
}
@font-face{
font-family: 'NeueMontrealMedium';
src: url('https://angeldollface.boo/doll-cdn/fonts/woff/NeueMontrealMedium.woff') format('woff');
}
@font-face{
font-family: 'Edda';
src: url('https://angeldollface.boo/doll-cdn/fonts/woff/Edda.woff') format('woff');
Expand Down Expand Up @@ -595,6 +632,18 @@
/* WOFF FONTS END */

/* WOFF2 FONTS START */
@font-face{
font-family: 'NeueMontrealBold';
src: url('https://angeldollface.boo/doll-cdn/fonts/woff2/NeueMontrealBold.woff2') format('woff2');
}
@font-face{
font-family: 'NeueMontrealLight';
src: url('https://angeldollface.boo/doll-cdn/fonts/woff2/NeueMontrealLight.woff2') format('woff2');
}
@font-face{
font-family: 'NeueMontrealMedium';
src: url('https://angeldollface.boo/doll-cdn/fonts/woff2/NeueMontrealMedium.woff2') format('woff2');
}
@font-face{
font-family: 'Edda';
src: url('https://angeldollface.boo/doll-cdn/fonts/woff2/Edda.woff2') format('woff2');
Expand Down Expand Up @@ -791,4 +840,4 @@
font-family: 'Lobster';
src: url('https://angeldollface.boo/doll-cdn/fonts/woff2/Lobster.woff2') format('woff2');
}
/* WOFF2 FONTS END */
/* WOFF2 FONTS END */
Binary file added fonts/otf/NeueMontrealBold.otf
Binary file not shown.
Binary file added fonts/otf/NeueMontrealLight.otf
Binary file not shown.
Binary file added fonts/otf/NeueMontrealMedium.otf
Binary file not shown.
Binary file added fonts/ttf/NeueMontrealBold.ttf
Binary file not shown.
Binary file added fonts/ttf/NeueMontrealLight.ttf
Binary file not shown.
Binary file added fonts/ttf/NeueMontrealMedium.ttf
Binary file not shown.
Binary file added fonts/woff/NeueMontrealBold.woff
Binary file not shown.
Binary file added fonts/woff/NeueMontrealLight.woff
Binary file not shown.
Binary file added fonts/woff/NeueMontrealMedium.woff
Binary file not shown.
Binary file added fonts/woff2/NeueMontrealBold.woff2
Binary file not shown.
Binary file added fonts/woff2/NeueMontrealLight.woff2
Binary file not shown.
Binary file added fonts/woff2/NeueMontrealMedium.woff2
Binary file not shown.

0 comments on commit 207e91e

Please sign in to comment.