mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 19:15:12 +08:00
local font
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
/*
|
||||
FONTS
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Quicksand';
|
||||
src: url('../font/quicksand-regular-webfont.woff2') format('woff2'),
|
||||
url('../font/quicksand-regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Quicksand';
|
||||
src: url('../font/quicksand-bold-webfont.woff2') format('woff2'),
|
||||
url('../font/quicksand-bold-webfont.woff') format('woff');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
BODY
|
||||
*/
|
||||
|
Reference in New Issue
Block a user