mirror of
https://github.com/ForeverPyrite/Nimbus-Sans-D-OT.git
synced 2025-12-10 01:38:07 +00:00
yes
This commit is contained in:
10
README.md
10
README.md
@@ -12,11 +12,11 @@ That's....a little tought BUT
|
|||||||
Open up your CSS file (or make one and learn how to import stylesheets, it's extremely easy) and just copy and past this as your font face (@font-face)
|
Open up your CSS file (or make one and learn how to import stylesheets, it's extremely easy) and just copy and past this as your font face (@font-face)
|
||||||
```css
|
```css
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'nimbus_sans_d_otlight';
|
font-family: 'nimbus_sans_d_otlight';
|
||||||
src: url('https://foreverpyrite.github.io/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'),
|
src: url('https://foreverpyrite.github.io/css/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'),
|
||||||
url('https://foreverpyrite.github.io/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff');
|
url('https://foreverpyrite.github.io/css/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'nimbus_sans_d_otlight';
|
font-family: 'nimbus_sans_d_otlight';
|
||||||
src: url('https://foreverpyrite.github.io/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'),
|
src: url('https://foreverpyrite.github.io/css/font-files/nimbus-sans-d-ot-light_32752-webfont.woff2') format('woff2'),
|
||||||
url('https://foreverpyrite.github.io/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff');
|
url('https://foreverpyrite.github.io/css/font-files/nimbus-sans-d-ot-light_32752-webfont.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user